From 0ebdda15c607a85228f46a5c182f217d8b947c2e Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Mon, 23 Jun 2025 11:31:52 +0300 Subject: [PATCH] Add `experimental_chat_completions` to the test_utils Signed-off-by: Martin Tzvetanov Grigorov --- crates/index-scheduler/src/test_utils.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/index-scheduler/src/test_utils.rs b/crates/index-scheduler/src/test_utils.rs index 5f206b55c..2382db041 100644 --- a/crates/index-scheduler/src/test_utils.rs +++ b/crates/index-scheduler/src/test_utils.rs @@ -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)