TL;DR
Efficiency Improvements & Bug Fixes
The previous method has been reverted to ReduceDocumentsChain in order to improve efficiency. Several bugs have been fixed, such as for the agent based on views and the handling of tables with dotted names. The issue with inserting KB from DB table has also been addressed, as well as the problem with the pgvector handler working with KB.
Updates & Enhancements
RayServeHandler now propagates predict parameters. The Hybrid Search has been updated to generate metadata filters. Metadata filters generated by LLM have been made more consistent. Additionally, mintlify has been upgraded to its latest version.
Additional Features
Prohibition on delete and edit have been added for specific objects. Support has been extended in One Drive Handler to include more file types, allowing it to handle PDF and TXT files.
What's Changed
- Revert to ReduceDocumentsChain for efficiency by @QuantumPlumber in #10392
- RayServeHandler propagates predict params by @dj013 in #10371
- Update Hybrid Search to Generate Metadata Filters by @tmichaeldb in #10391
- fix: add trace_id by @lucas-koontz in #10388
- Fix: agent with skill based on view by @ea-rus in #10393
- Upgrade mintlify to latest by @ZoranPandovski in #10399
- Make LLM Generated Metadata Filters More Consistent by @tmichaeldb in #10397
- Handle tables with dots in names in agents. by @StpMax in #10394
- Fix insert kb from db table by @dusvyat in #10400
- Prohibition on delete and edit for object with by @StpMax in #10408
- Add types of files to one drive handler: pdf, txt by @ea-rus in #10409
- Fix pgvector handler, work with KB by @ea-rus in #10401
New Contributors
Full Changelog: v25.1.4.0...v25.1.5.0