Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 14 additions & 15 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,19 @@ tasks:
- func: "execute tests"

buildvariants:
- name: test-llama-index-kvstore-rhel
# TODO - Maintainer has pushed back on this.
display_name: LlamaIndex RHEL KV Store
expansions:
DIR: llama-index-python-kvstore
REPO_NAME: llama_index
# TODO - Update CLONE_URL: [PYTHON-4522] [INTPYTHON-326]
CLONE_URL: -b PYTHON-4522 --single-branch https://github.com/shruti-sridhar/llama_index.git
DATABASE: llama_index_test_db
run_on:
- rhel87-small
tasks:
- name: test-llama-index
- name: test-semantic-kernel-python-rhel
display_name: Semantic-Kernel RHEL Python
expansions:
Expand Down Expand Up @@ -150,27 +163,13 @@ buildvariants:
expansions:
DIR: chatgpt-retrieval-plugin
REPO_NAME: chatgpt-retrieval-plugin
# TODO - Update CLONE_URL: [PYTHON-4291] [PYTHON-4129]
CLONE_URL: -b bugfix/broken-link-in-readme --single-branch https://github.com/caseyclements/chatgpt-retrieval-plugin.git
CLONE_URL: https://github.com/openai/chatgpt-retrieval-plugin.git
DATABASE: chatgpt_retrieval_plugin_test_db
run_on:
- rhel87-small
tasks:
- name: test-chatgpt-retrieval-plugin

- name: test-llama-index-kvstore-rhel
display_name: LlamaIndex RHEL KV Store
expansions:
DIR: llama-index-python-kvstore
REPO_NAME: llama_index
# TODO - Update CLONE_URL: [PYTHON-4522]
CLONE_URL: -b PYTHON-4522 --single-branch https://github.com/shruti-sridhar/llama_index.git
DATABASE: llama_index_test_db
run_on:
- rhel87-small
tasks:
- name: test-llama-index

- name: test-llama-index-vectorstore-rhel
display_name: LlamaIndex RHEL Vector Store
expansions:
Expand Down
2 changes: 1 addition & 1 deletion chatgpt-retrieval-plugin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $PYTHON_BINARY -m poetry install --with dev
# Run tests. Sensitive variables in Evergreen come from Evergeen project: ai-ml-pipeline-testing/
# shellcheck disable=SC2154
OPENAI_API_KEY=$openai_api_key \
DATASTORE="mongodb-atlas" \
DATASTORE="mongodb" \
BEARER_TOKEN="staylowandkeepmoving" \
MONGODB_URI=$chatgpt_retrieval_plugin_mongodb_uri \
MONGODB_DATABASE="chatgpt_retrieval_plugin_test_db" \
Expand Down