Skip to content

Commit 41be07b

Browse files
Updated chatgpt-retrieval-plugin to point to new 2nd PR bugfix/broken-link-in-readme (#22)
1 parent 5672f3c commit 41be07b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ buildvariants:
147147
DIR: chatgpt-retrieval-plugin
148148
REPO_NAME: chatgpt-retrieval-plugin
149149
# 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
151151
DATABASE: chatgpt_retrieval_plugin_test_db
152152
run_on:
153153
- rhel87-small

chatgpt-retrieval-plugin/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $PYTHON_BINARY -m poetry install --with dev
2222

2323
# Run tests. Sensitive variables in Evergreen come from Evergeen project: ai-ml-pipeline-testing/
2424
OPENAI_API_KEY=$openai_api_key \
25-
DATASTORE="mongodb" \
25+
DATASTORE="mongodb-atlas" \
2626
BEARER_TOKEN="staylowandkeepmoving" \
2727
MONGODB_URI=$chatgpt_retrieval_plugin_mongodb_uri \
2828
MONGODB_DATABASE="chatgpt_retrieval_plugin_test_db" \

0 commit comments

Comments
 (0)