mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add experimental_chat_completions
to the test_utils
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
parent
eb7230c2f6
commit
0ebdda15c6
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ impl IndexScheduler {
|
|||
auto_upgrade: true, // Don't cost much and will ensure the happy path works
|
||||
embedding_cache_cap: 10,
|
||||
experimental_no_snapshot_compaction: false,
|
||||
experimental_chat_completions: false,
|
||||
};
|
||||
let version = configuration(&mut options).unwrap_or({
|
||||
(versioning::VERSION_MAJOR, versioning::VERSION_MINOR, versioning::VERSION_PATCH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue