v4.2.0
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
0chunk 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