Skip to content

Commit be5c9ac

Browse files
committed
Add langchain-mongodb
1 parent 69a30c2 commit be5c9ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ path = "src"
102102
[tool.django-mongodb-cli.install.libmongocrypt]
103103
install_dir = "bindings/python"
104104

105+
[tool.django-mongodb-cli.install.langchain-mongodb]
106+
install_dir = "libs/langchain-mongodb"
107+
108+
[tool.django-mongodb-cli.test.langchain-mongodb]
109+
test_command = "pytest"
110+
test_dir = "src/langchain-mongodb/libs/langchain-mongodb/tests"
111+
105112
[tool.django-mongodb-cli.test.mongo-python-driver]
106113
test_command = "just"
107114
test_dir = "src/mongo-python-driver/test"

0 commit comments

Comments
 (0)