Skip to content

Commit

Permalink
docs: add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasKoehneckeAA committed Jun 10, 2024
1 parent fd25156 commit 8fdf6cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
* `run_dataset` now has a flag `trace_examples_individually` to create `Tracer`s for each example. Defaults to True.

### Fixes
- ControlModels throw warning instead of error in case a not recommended model is selected.
- ControlModels throw warning instead of error in case a not-recommended model is selected.
- ExpandChunk now works properly if the chunk of interest is not at the beginning of a very large document. As a consequence, `MultipleChunkRetrieverQa` now works better with larger documents and should return fewer `None` answers.
### Deprecations
...

Expand Down

0 comments on commit 8fdf6cb

Please sign in to comment.