Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-04 | 2.0 kB | |
v0.6.0 source code.tar.gz | 2025-08-04 | 26.4 kB | |
v0.6.0 source code.zip | 2025-08-04 | 44.5 kB | |
Totals: 3 Items | 72.9 kB | 1 |
What's Changed
- 🔍 feat: Google VertexAI Embeddings by @yihyang in https://github.com/danny-avila/rag_api/pull/154
- 🪙 feat:
EMBEDDINGS_CHUNK_SIZE
parameter for Azure + OpenAI by @laszlovandenhoek in https://github.com/danny-avila/rag_api/pull/151 - 🚅 refactor: Implement Async Support for Embedding Routes by @sbruel in https://github.com/danny-avila/rag_api/pull/160
- 🎱 feat: Use Shared Thread Pool across Operations by @sbruel in https://github.com/danny-avila/rag_api/pull/166
- 🪙 feat: Add
check_embedding_ctx_length
Flag by @Fjf in https://github.com/danny-avila/rag_api/pull/161 - 🔑 feat: AWS / Bedrock Session Token Support by @k255 in https://github.com/danny-avila/rag_api/pull/167
- 🔌 feat: Enable PostgreSQL Unix Socket Connection by @langered in https://github.com/danny-avila/rag_api/pull/153
- 📒 feat: Support CSV loading for non-UTF-8 files by @danny-avila in https://github.com/danny-avila/rag_api/pull/169
- ✨ feat: Optimize PostgreSQL Queries and Add Optional Detailed Query Logging by @danny-avila in https://github.com/danny-avila/rag_api/pull/172
- 📙 docs: More Info on
GOOGLE_APPLICATION_CREDENTIALS
by @EliRibble in https://github.com/danny-avila/rag_api/pull/177
New Contributors
- @yihyang made their first contribution in https://github.com/danny-avila/rag_api/pull/154
- @laszlovandenhoek made their first contribution in https://github.com/danny-avila/rag_api/pull/151
- @sbruel made their first contribution in https://github.com/danny-avila/rag_api/pull/160
- @Fjf made their first contribution in https://github.com/danny-avila/rag_api/pull/161
- @k255 made their first contribution in https://github.com/danny-avila/rag_api/pull/167
- @langered made their first contribution in https://github.com/danny-avila/rag_api/pull/153
- @EliRibble made their first contribution in https://github.com/danny-avila/rag_api/pull/177
Full Changelog: https://github.com/danny-avila/rag_api/compare/v0.5.0...v0.6.0