Skip to content

Commit

Permalink
INTPYTHON-323 Use Local Atlas on Chatgpt-retrieval-plugin Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 14, 2024
1 parent 7c2a485 commit 6102651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatgpt-retrieval-plugin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 6102651

Please sign in to comment.