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
3 changes: 1 addition & 2 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ buildvariants:
expansions:
DIR: llama-index-python-vectorstore
REPO_NAME: llama_index
# TODO: Update INTPYTHON-414
CLONE_URL: -b INTPYTHON-414 --single-branch https://github.com/blink1073/llama_index.git
CLONE_URL: https://github.com/run-llama/llama_index.git
DATABASE: llama_index_test_db
run_on:
- rhel87-small
Expand Down
12 changes: 12 additions & 0 deletions llama-index-python-vectorstore/patches/pin-llama-index-core.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/pyproject.toml b/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/pyproject.toml
index ba22a585c..f7b6c5647 100644
--- a/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/pyproject.toml
+++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/pyproject.toml
@@ -41,6 +41,7 @@ jupyter = "^1.0.0"
llama-index-embeddings-openai = "^0.3.0"
llama-index-llms-openai = "^0.3.0"
llama-index-readers-file = "^0.4.0"
+llama-index-core = "^0.12.1"
mypy = "0.991"
pre-commit = "3.2.0"
pylint = "2.15.10"