v0.11.0
NiklasKoehneckeAA
released this
29 Apr 11:37
·
328 commits
to main
since this release
Breaking Changes
- breaking_change:
HuggingFaceDatasetRepository
now has a parametercaching
, which caches a examples of a dataset once loaded. This isTrue
by default. This drastically reduces network traffic. For a non-breaking change, set it toFalse
. - breaking_change:
MultipleChunkRetrieverQa
does not takeinsert_chunk_size
-parameter but instead takesExpandChunks
-task - breaking_change: the
issue_cassification_user_journey
notebook moved to its own repository
New Features
- feature:
Llama2InstructModel
to support llama-2 models in Aleph Alpha API - feature:
Llama3InstructModel
to support llama-3 models in Aleph Alpha API - feature:
ExpandChunks
-task caches chunked documents by ID - feature:
DocumentIndexClient
now supports
-create_index
-index_configuration
-assign_index_to_collection
-delete_index_from_collection
-list_assigned_index_names
- feature:
DocumentIndexRetriever
now supportsindex_name
- feature:
Runner.run_dataset
now has a configurable number of workers viamax_workers
and defaults to the previous value, which is 10. - feature: In case a
BusyError
is raised during acomplete
theLimitedConcurrencyClient
will retry untilmax_retry_time
is reached. - feature:
FileTracer
now accepts aslog_file_path
both, astr
and aPath
Fixes
- refactor: rename
index
parameter inDocumentIndex.search()
toindex_name
- fix:
HuggingFaceRepository
no longer is a dataset repository. This also means thatHuggingFaceAggregationRepository
no longer is a dataset repository.
Full Changelog: v0.10.0...v0.11.0