Skip to content

Commit ef35dcf

Browse files
INTPYTHON-395 Redirect langchain tests to new partner repo https://github.com/langchain-ai/langchain-mongod (#43)
1 parent b161ca4 commit ef35dcf

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ buildvariants:
137137
display_name: Langchain RHEL Python
138138
expansions:
139139
DIR: langchain-python
140-
REPO_NAME: langchain # TODO [PYTHON-4679] Merge change in this branch
141-
CLONE_URL: -b ci-on-local-atlas --single-branch https://github.com/caseyclements/langchain.git
140+
REPO_NAME: langchain-mongodb
141+
CLONE_URL: https://github.com/langchain-ai/langchain-mongodb.git
142142
DATABASE: langchain_test_db
143143
run_on:
144144
- rhel87-small
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"fields": [
3+
{
4+
"numDimensions": 1536,
5+
"path": "embedding",
6+
"similarity": "cosine",
7+
"type": "vector"
8+
}
9+
],
10+
"name": "langchain-test-parent-document-vector-index",
11+
"type": "vectorSearch",
12+
"database": "langchain_test_db",
13+
"collectionName": "langchain_test_parent_document_combined"
14+
}

langchain-python/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -x
99
PYTHON_BINARY=$(find_python3)
1010

1111
# shellcheck disable=SC2164
12-
cd libs/partners/mongodb
12+
cd libs/mongodb
1313

1414
$PYTHON_BINARY -m venv venv_pipeline
1515
source venv_pipeline/bin/activate

0 commit comments

Comments
 (0)