Skip to content

INTPYTHON-395 Redirect langchain tests to new partner repo https://github.com/langchain-ai/langchain-mongod #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Oct 31, 2024
Merged
4 changes: 2 additions & 2 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ buildvariants:
display_name: Langchain RHEL Python
expansions:
DIR: langchain-python
REPO_NAME: langchain # TODO [PYTHON-4679] Merge change in this branch
CLONE_URL: -b ci-on-local-atlas --single-branch https://github.com/caseyclements/langchain.git
REPO_NAME: langchain-mongodb
CLONE_URL: https://github.com/langchain-ai/langchain-mongodb.git
DATABASE: langchain_test_db
run_on:
- rhel87-small
Expand Down
1 change: 1 addition & 0 deletions langchain-python/database/langchain_test_docstore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"fields": [
{
"numDimensions": 1536,
"path": "embedding",
"similarity": "cosine",
"type": "vector"
}
],
"name": "langchain-test-parent-document-vector-index",
"type": "vectorSearch",
"database": "langchain_test_db",
"collectionName": "langchain_test_parent_document_combined"
}
2 changes: 1 addition & 1 deletion langchain-python/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -x
PYTHON_BINARY=$(find_python3)

# shellcheck disable=SC2164
cd libs/partners/mongodb
cd libs/mongodb

$PYTHON_BINARY -m venv venv_pipeline
source venv_pipeline/bin/activate
Expand Down