Releases: danny-avila/rag_api
Releases · danny-avila/rag_api
v0.3.0
What's Changed
- fix: Mongo Vector Store - retrieval not working by @indradeep in #50
- 🚀 feat: Allow pptx Upload by @skyking363 in #51
- 🔧 fix: missing python-magic and python-pptx in requirements.lite.txt by @arthurian in #62
- 📝 docs: update README.md by @eltociear in #63
- 🔧 fix: missing xlrd requirement for .xls files by @arthurian in #72
New Contributors
- @indradeep made their first contribution in #50
- @skyking363 made their first contribution in #51
- @arthurian made their first contribution in #62
- @eltociear made their first contribution in #63
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Coincides with LibreChat release v0.7.3
- 🗃️ fix: allow JSON Upload by @danny-avila in #30
- 🚀 feat: Add Atlas MongoDB as an option for Vector Store by @jinzishuai in #21
- fix: Upload signed PDFs by @bnord01 in #36
- fix: Return proper response on authorization failures by @bnord01 in #37
- 🌡️ fix: Delete Endpoint Validation, List Index Errors, use PyJWT by @danny-avila in #42
New Contributors
- @bnord01 made their first contribution in #36
- @DenisPalnitsky made their first contribution in #40
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Coincides with LibreChat release v0.7.1
Read the full release notes on the LibreChat Blog
What's Changed
- 🐳 feat: Add Default DB Connection Values to Facilitate Docker Setup by @Fakamoto in #2
🅰️ feat: Add support for Azure OpenAI Embeddings by @Fakamoto in #4- 🤗 chore: Change HuggingFace Default Model by @danny-avila in #5
- 📂 feat: load full context of files via
/documents/{id}/context
by @danny-avila in #7 - 💽 feat: New File Uploading Strategy & Additional Security by @danny-avila in #9
- 🦙 feat: HuggingFace TEI and Ollama by @bsu3338 in #6
- 🌡️ feat: JSON Logging and Health Checks by @idachev in #12
- 🔧 feat: custom HOST PORT by @danny-avila in #15
- 🛠️ fix(config): Correct HOST and PORT Environment Variables by @danny-avila in #16
- 🧑💻 refactor: Enhance Error Handling and Introduce Alternate Variables for Configuration by @danny-avila in #19
- 📖 docs: Added AWS RDS Postgres Instructions by @tip-dteller in #20
🅰️ feat: Specify Azure OpenAI API Version and Deployment viaEMBEDDINGS_MODEL
by @danny-avila in #23- 🔖 chore: Formatting by @danny-avila in #25
- 🔧 fix: GET /documents query parameter by @jinzishuai in #26
- 🛠️ fix: Handle File Edge Cases by @danny-avila in #27
New Contributors
- @Fakamoto made their first contribution in #2
- @bsu3338 made their first contribution in #6
- @idachev made their first contribution in #12
- @tip-dteller made their first contribution in #20
- @jinzishuai made their first contribution in #26
Full Changelog: https://github.com/danny-avila/rag_api/commits/v0.1.0