v0.9.1
Breaking Changes
- breaking change:
MultipleChunkRetrieverQaOutput
now returnsources
andsearch_results
New Features
- feature:
ExpandChunks
task takes a retriever and some search results to expand the chunks to the desired length
Fixes
- fix:
ExpectedSearchOutput
has only relevant fields and supports generic document-ID
rather than just str - fix:
SearchEvaluationLogic
explicitly compares documents by ids - fix: In
RecusrsiveSummarize.do_run
,num_generated_tokens
not uninitialized anymore. See Issue 743.. - fix: Reverted pydantic to 2.6.* because of FastAPI incompatibility.
Full Changelog: v0.9.0...v0.9.1