Skip to content

Commit ff7b173

Browse files
authored
Merge pull request #48 from blink1073/INTPYTHON-414
INTPYTHON-414 Switch back to upstream llama_index
2 parents 7ad0cf2 + 604c040 commit ff7b173

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@ buildvariants:
175175
expansions:
176176
DIR: llama-index-python-vectorstore
177177
REPO_NAME: llama_index
178-
# TODO: Update INTPYTHON-414
179-
CLONE_URL: -b INTPYTHON-414 --single-branch https://github.com/blink1073/llama_index.git
178+
CLONE_URL: https://github.com/run-llama/llama_index.git
180179
DATABASE: llama_index_test_db
181180
run_on:
182181
- rhel87-small
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
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
2+
index ba22a585c..f7b6c5647 100644
3+
--- a/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/pyproject.toml
4+
+++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/pyproject.toml
5+
@@ -41,6 +41,7 @@ jupyter = "^1.0.0"
6+
llama-index-embeddings-openai = "^0.3.0"
7+
llama-index-llms-openai = "^0.3.0"
8+
llama-index-readers-file = "^0.4.0"
9+
+llama-index-core = "^0.12.1"
10+
mypy = "0.991"
11+
pre-commit = "3.2.0"
12+
pylint = "2.15.10"

0 commit comments

Comments
 (0)