From d0483dd269109df084c5ea27c74b07886879be28 Mon Sep 17 00:00:00 2001 From: pablodanswer Date: Sun, 15 Dec 2024 21:41:21 -0800 Subject: [PATCH] temporary vespa bump for tests --- backend/onyx/document_index/vespa/app_config/services.xml | 2 +- backend/onyx/seeding/load_docs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/onyx/document_index/vespa/app_config/services.xml b/backend/onyx/document_index/vespa/app_config/services.xml index 03604d1070c..5fa386a9ad8 100644 --- a/backend/onyx/document_index/vespa/app_config/services.xml +++ b/backend/onyx/document_index/vespa/app_config/services.xml @@ -23,7 +23,7 @@ - 0.75 + 0.85 diff --git a/backend/onyx/seeding/load_docs.py b/backend/onyx/seeding/load_docs.py index c7c78293d21..980addf867a 100644 --- a/backend/onyx/seeding/load_docs.py +++ b/backend/onyx/seeding/load_docs.py @@ -217,7 +217,7 @@ def seed_initial_documents( # as we just sent over the Vespa schema and there is a slight delay index_with_retries = retry_builder()(document_index.index) - index_with_retries(chunks=chunks, fresh_index=True) + index_with_retries(chunks=chunks, fresh_index=cohere_enabled) # Mock a run for the UI even though it did not actually call out to anything mock_successful_index_attempt(