File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
llama-index-python-vectorstore/patches Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ROOT_DIR=$(dirname $SCRIPT_DIR)
13
13
PYTHON_BINARY=$( find_python3)
14
14
15
15
# shellcheck disable=SC2164
16
- cd libs/mongodb
16
+ cd libs/langchain- mongodb
17
17
18
18
$PYTHON_BINARY -m venv venv_pipeline
19
19
source venv_pipeline/bin/activate
Original file line number Diff line number Diff line change
1
+ diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/tests/test_vectorstore.py b/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/tests/test_vectorstore.py
2
+ index b48869690..a803fb668 100644
3
+ --- a/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/tests/test_vectorstore.py
4
+ +++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/tests/test_vectorstore.py
5
+ @@ -20,7 +20,7 @@ from .conftest import lock
6
+
7
+ def test_documents(documents: List[Document]) -> None:
8
+ """Sanity check essay was found and documents loaded."""
9
+ - assert len(documents) == 23
10
+ + assert len(documents) == 25
11
+ assert isinstance(documents[0], Document)
12
+
13
+
You can’t perform that action at this time.
0 commit comments