Skip to content

Releases: danny-avila/rag_api

v0.2.0

15 Jun 16:25
f2a02f4
Compare
Choose a tag to compare

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

Full Changelog: v0.1.0...v0.2.0

v0.1.0

24 Apr 14:47
a62ffd3
Compare
Choose a tag to compare

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 via EMBEDDINGS_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

Full Changelog: https://github.com/danny-avila/rag_api/commits/v0.1.0