-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Support custom embedding models in the DocumentIndexClient (#1151
) * feat!: Support custom embedding models in the DocumentIndexClient - Allow custom embedding models when creating new indexes - Support new InstructableEmbed embedding strategy - Update test fixture to cover new configuration - Update CHANGELOG.md with user-facing changes * test: Explicitly test new index configuration structure The changes introduced in the previous commit were covered by a test that randomly selects either semantic or instructable. Running the test suite multiple times in a row is the only way to confirm with high probability that the new structure (which now includes a variant) is correct. This commit splits this test out into two sub-tests which check the semantic and instructable variants individually, with the usual field-level randomisation.
- Loading branch information
1 parent
2a8d0cb
commit 9bcc58b
Showing
5 changed files
with
176 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters