mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add chat_completions to InstanceTogglableFeatures
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
parent
da5f0de153
commit
fe7245af20
6 changed files with 5 additions and 25 deletions
|
@ -114,7 +114,6 @@ 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