v7.0.0
NiklasKoehneckeAA
released this
10 Oct 12:00
·
107 commits
to main
since this release
7.0.0
Features
- You can now specify a
hybrid_index
when creating an index for the document index to use hybrid (semantic and keyword) search. min_score
andmax_results
are now optional parameters inDocumentIndexClient.SearchQuery
.k
is now an optional parameter inDocumentIndexRetriever
.- List all indexes of a namespace with
DocumentIndexClient.list_indexes
. - Remove an index from a namespace with
DocumentIndexClient.delete_index
. ChatModel
now inherits fromControlModel
. Although we recommend to use the new chat interface, you can use thePharia1ChatModel
with tasks that rely onControlModel
now.
Fixes
DocumentIndexClient
now properly setschunk_overlap
when creating an index configuration.
Breaking Changes
-
The default model for
Llama3InstructModel
is nowllama-3.1-8b-instruct
instead ofllama-3-8b-instruct
. We also removed the llama3.0 models from the recommended models of theLlama3InstructModel
. -
The default value of
threshold
in theDocumentIndexRetriever
has changed from0.5
to0.0
. This accommodates fusion scoring for searches over hybrid indexes.Full Changelog: v6.0.0...v7.0.0