File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
llama-index-python-vectorstore/patches Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -175,8 +175,7 @@ buildvariants:
175
175
expansions :
176
176
DIR : llama-index-python-vectorstore
177
177
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
180
179
DATABASE : llama_index_test_db
181
180
run_on :
182
181
- rhel87-small
Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments