Add experimental_chat_completions to the test_utils

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
Martin Tzvetanov Grigorov 2025-06-23 11:31:52 +03:00
parent eb7230c2f6
commit 0ebdda15c6
No known key found for this signature in database
GPG key ID: 3194FD8C1AE300EF

View file

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