Skip to content

v0.9.1

Compare
Choose a tag to compare
@FelixFehse FelixFehse released this 18 Apr 12:46
· 328 commits to main since this release
c619a40

Breaking Changes

  • breaking change: MultipleChunkRetrieverQaOutput now return sources and search_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