File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ buildvariants:
147
147
DIR : chatgpt-retrieval-plugin
148
148
REPO_NAME : chatgpt-retrieval-plugin
149
149
# TODO - Update CLONE_URL: [PYTHON-4291] [PYTHON-4129]
150
- CLONE_URL : -b feature/mongodb-datastore --single-branch https://github.com/caseyclements/chatgpt-retrieval-plugin.git
150
+ CLONE_URL : -b bugfix/broken-link-in-readme --single-branch https://github.com/caseyclements/chatgpt-retrieval-plugin.git
151
151
DATABASE : chatgpt_retrieval_plugin_test_db
152
152
run_on :
153
153
- rhel87-small
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ $PYTHON_BINARY -m poetry install --with dev
22
22
23
23
# Run tests. Sensitive variables in Evergreen come from Evergeen project: ai-ml-pipeline-testing/
24
24
OPENAI_API_KEY=$openai_api_key \
25
- DATASTORE=" mongodb" \
25
+ DATASTORE=" mongodb-atlas " \
26
26
BEARER_TOKEN=" staylowandkeepmoving" \
27
27
MONGODB_URI=$chatgpt_retrieval_plugin_mongodb_uri \
28
28
MONGODB_DATABASE=" chatgpt_retrieval_plugin_test_db" \
You can’t perform that action at this time.
0 commit comments