v25.1.2.1
·
1613 commits
to main
since this release
TL;DR
This release consists of several major updates:
-
Documentation Corrections: The documentation now recommends using
couchbasevector. -
Additional Features: Support for sparse vectors has been added.
-
Reliability Improvements: The SQL Retriever now has retries and fallback mechanisms to improve its reliability.
-
RAG Pipeline Enhancements: Support for the MultiHopRetriever has been added to the RAG pipeline.
-
Bug Fixes: A bug affecting the functioning of MultiHopRetriever has been fixed.
-
Patch Release: A new patch (25.1.2.1) has been released.
What's Changed
- Fix docs to use couchbasevector by @prajwal-pai77 in #10336
- Sparse vector supp by @QuantumPlumber in #10342
- Add Retries & Fallback to SQL Retriever by @tmichaeldb in #10341
- Add MultiHopRetriever support to RAG pipeline by @dusvyat in #10344
- Fix multihop retriever by @dusvyat in #10346
- Patch Release 25.1.2.1 by @MinuraPunchihewa in #10347
Full Changelog: v25.1.2.0...v25.1.2.1