Skip to content

Commit 8da4388

Browse files
Llama index: Remove patch, and point to upstream main branch (#26)
* Revert "Add patch file to llama_index as maintainer, hopefully temporarily, replaced with trivial example (#25)" This reverts commit 3781555. * llama_index now points to upstream main branch. Standarized naming of MONGODB_URI in run.sh Signed-off-by: Casey Clements <[email protected]> --------- Signed-off-by: Casey Clements <[email protected]>
1 parent 3781555 commit 8da4388

File tree

3 files changed

+2
-36
lines changed

3 files changed

+2
-36
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ buildvariants:
160160
expansions:
161161
DIR: llama_index
162162
REPO_NAME: llama_index
163-
# TODO - Update CLONE_URL once pull-request is merged
164-
CLONE_URL: -b feature/mongodb-datastore --single-branch https://github.com/caseyclements/llama_index.git
163+
CLONE_URL: https://github.com/run-llama/llama_index.git
165164
DATABASE: llama_index_test_db
166165
run_on:
167166
- rhel87-small

llama_index/patches/example_data.patch

Lines changed: 0 additions & 33 deletions
This file was deleted.

llama_index/run.sh

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

2424
# Run tests. Sensitive variables in Evergreen come from Evergreen project: ai-ml-pipeline-testing/
2525
OPENAI_API_KEY=$openai_api_key \
26-
MONGO_URI=$llama_index_mongodb_uri \
26+
MONGODB_URI=$llama_index_mongodb_uri \
2727
MONGODB_DATABASE="llama_index_test_db" \
2828
MONGODB_COLLECTION="llama_index_test_vectorstore" \
2929
MONGODB_INDEX="vector_index" \

0 commit comments

Comments
 (0)