From 174e5968f8caad2a1d0a18861a8634e2093c4793 Mon Sep 17 00:00:00 2001 From: Richard Kuo Date: Tue, 31 Dec 2024 11:28:11 -0800 Subject: [PATCH] we didn't want to rename the alt index suffix, reverting --- backend/shared_configs/configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/shared_configs/configs.py b/backend/shared_configs/configs.py index b5dbfa4c226..20b27d41b1b 100644 --- a/backend/shared_configs/configs.py +++ b/backend/shared_configs/configs.py @@ -31,7 +31,7 @@ DOC_EMBEDDING_CONTEXT_SIZE = 512 # Used to distinguish alternative indices -ALT_INDEX_SUFFIX = "__onyx_alt_index" +ALT_INDEX_SUFFIX = "__danswer_alt_index" # Used for loading defaults for automatic deployments and dev flows # For local, use: mixedbread-ai/mxbai-rerank-xsmall-v1