Add chat_completions to InstanceTogglableFeatures

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
Martin Tzvetanov Grigorov 2025-06-25 09:44:49 +03:00
parent da5f0de153
commit fe7245af20
No known key found for this signature in database
GPG key ID: 3194FD8C1AE300EF
6 changed files with 5 additions and 25 deletions

View file

@ -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)