From 610265185e22394734f9f3ca5957b3ad5497bdc7 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 14 Nov 2024 06:50:09 -0600 Subject: [PATCH] INTPYTHON-323 Use Local Atlas on Chatgpt-retrieval-plugin Tests --- chatgpt-retrieval-plugin/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatgpt-retrieval-plugin/run.sh b/chatgpt-retrieval-plugin/run.sh index 4445ed0..feea4b2 100644 --- a/chatgpt-retrieval-plugin/run.sh +++ b/chatgpt-retrieval-plugin/run.sh @@ -26,7 +26,7 @@ $PYTHON_BINARY -m poetry install --with dev OPENAI_API_KEY=$openai_api_key \ DATASTORE="mongodb" \ BEARER_TOKEN="staylowandkeepmoving" \ -MONGODB_URI=$chatgpt_retrieval_plugin_mongodb_uri \ +MONGODB_URI=$(fetch_local_atlas_uri) \ MONGODB_DATABASE="chatgpt_retrieval_plugin_test_db" \ MONGODB_COLLECTION="chatgpt_retrieval_plugin_test_vectorstore" \ MONGODB_INDEX="vector_index" \