Skip to content

Commit 9d1990a

Browse files
committed
Replace create_vector_search_index
Remove create_vector_search_index from langchain-mongodb and import from pymongo-search-utils.
1 parent 69832d3 commit 9d1990a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/langchain-mongodb/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ filterwarnings = [
6565

6666
[tool.mypy]
6767
disallow_untyped_defs = true
68+
disable_error_code = ["import-untyped"]
6869

6970
[[tool.mypy.overrides]]
70-
module = [ "langchain_mongodb.*", "tests.*"]
71+
module = ["tests.*"]
7172
disable_error_code = ["no-untyped-def", "no-untyped-call", "var-annotated"]
72-
follow_untyped_imports = true
7373

7474
[tool.ruff]
7575
lint.select = [

0 commit comments

Comments
 (0)