We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2a485 commit 6102651Copy full SHA for 6102651
chatgpt-retrieval-plugin/run.sh
@@ -26,7 +26,7 @@ $PYTHON_BINARY -m poetry install --with dev
26
OPENAI_API_KEY=$openai_api_key \
27
DATASTORE="mongodb" \
28
BEARER_TOKEN="staylowandkeepmoving" \
29
-MONGODB_URI=$chatgpt_retrieval_plugin_mongodb_uri \
+MONGODB_URI=$(fetch_local_atlas_uri) \
30
MONGODB_DATABASE="chatgpt_retrieval_plugin_test_db" \
31
MONGODB_COLLECTION="chatgpt_retrieval_plugin_test_vectorstore" \
32
MONGODB_INDEX="vector_index" \
0 commit comments