We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08ca0a commit 604c040Copy full SHA for 604c040
llama-index-python-vectorstore/patches/pin-llama-index-core.patch
@@ -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