Skip to content

v4.2.0

Choose a tag to compare

@estohlmann estohlmann released this 15 Apr 21:44
· 624 commits to main since this release
e776c88

Key Features

RAG Updates

  • The RAG stack has been updated to allow deployment without the necessity of deploying the UI.
  • RAG ingestion and similarity search functionalities now support user tokens in addition to bearer tokens.
    • Note: Administrators must deploy a Model and Vector Store via API using an Admin token before utilizing ingestion or search functionalities.
  • Ingestion Pipelines can now be configured with a 0 chunk size, enabling users to upload entire documents into a vector store as a single 'chunk'.

System Improvements

  • Started building out our Python Unit Testing framework to enhance system reliability and performance.

Acknowledgements

Full Changelog: v4.1.1...v4.2.0