Skip to content

Commit 6102651

Browse files
committed
INTPYTHON-323 Use Local Atlas on Chatgpt-retrieval-plugin Tests
1 parent 7c2a485 commit 6102651

File tree

1 file changed

+1
-1
lines changed
  • chatgpt-retrieval-plugin

1 file changed

+1
-1
lines changed

chatgpt-retrieval-plugin/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $PYTHON_BINARY -m poetry install --with dev
2626
OPENAI_API_KEY=$openai_api_key \
2727
DATASTORE="mongodb" \
2828
BEARER_TOKEN="staylowandkeepmoving" \
29-
MONGODB_URI=$chatgpt_retrieval_plugin_mongodb_uri \
29+
MONGODB_URI=$(fetch_local_atlas_uri) \
3030
MONGODB_DATABASE="chatgpt_retrieval_plugin_test_db" \
3131
MONGODB_COLLECTION="chatgpt_retrieval_plugin_test_vectorstore" \
3232
MONGODB_INDEX="vector_index" \

0 commit comments

Comments
 (0)