Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-04-22 | 2.6 kB | |
v0.1.0 source code.tar.gz | 2024-04-22 | 15.2 kB | |
v0.1.0 source code.zip | 2024-04-22 | 23.5 kB | |
Totals: 3 Items | 41.3 kB | 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 https://github.com/danny-avila/rag_api/pull/2
- 🅰️ feat: Add support for Azure OpenAI Embeddings by @Fakamoto in https://github.com/danny-avila/rag_api/pull/4
- 🤗 chore: Change HuggingFace Default Model by @danny-avila in https://github.com/danny-avila/rag_api/pull/5
- 📂 feat: load full context of files via
/documents/{id}/context
by @danny-avila in https://github.com/danny-avila/rag_api/pull/7 - 💽 feat: New File Uploading Strategy & Additional Security by @danny-avila in https://github.com/danny-avila/rag_api/pull/9
- 🦙 feat: HuggingFace TEI and Ollama by @bsu3338 in https://github.com/danny-avila/rag_api/pull/6
- 🌡️ feat: JSON Logging and Health Checks by @idachev in https://github.com/danny-avila/rag_api/pull/12
- 🔧 feat: custom HOST PORT by @danny-avila in https://github.com/danny-avila/rag_api/pull/15
- 🛠️ fix(config): Correct HOST and PORT Environment Variables by @danny-avila in https://github.com/danny-avila/rag_api/pull/16
- 🧑💻 refactor: Enhance Error Handling and Introduce Alternate Variables for Configuration by @danny-avila in https://github.com/danny-avila/rag_api/pull/19
- 📖 docs: Added AWS RDS Postgres Instructions by @tip-dteller in https://github.com/danny-avila/rag_api/pull/20
- 🅰️ feat: Specify Azure OpenAI API Version and Deployment via
EMBEDDINGS_MODEL
by @danny-avila in https://github.com/danny-avila/rag_api/pull/23 - 🔖 chore: Formatting by @danny-avila in https://github.com/danny-avila/rag_api/pull/25
- 🔧 fix: GET /documents query parameter by @jinzishuai in https://github.com/danny-avila/rag_api/pull/26
- 🛠️ fix: Handle File Edge Cases by @danny-avila in https://github.com/danny-avila/rag_api/pull/27
New Contributors
- @Fakamoto made their first contribution in https://github.com/danny-avila/rag_api/pull/2
- @bsu3338 made their first contribution in https://github.com/danny-avila/rag_api/pull/6
- @idachev made their first contribution in https://github.com/danny-avila/rag_api/pull/12
- @tip-dteller made their first contribution in https://github.com/danny-avila/rag_api/pull/20
- @jinzishuai made their first contribution in https://github.com/danny-avila/rag_api/pull/26
Full Changelog: https://github.com/danny-avila/rag_api/commits/v0.1.0