diff --git a/CHANGELOG.md b/CHANGELOG.md index ee839cb01..d8cb36d13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ...