Skip to content

Commit c727a2b

Browse files
committed
Replace create_vector_search_index
Remove create_vector_search_index from langchain-mongodb and import from pymongo-search-utils.
1 parent 5685861 commit c727a2b

File tree

1 file changed

+1
-1
lines changed
  • libs/langchain-mongodb/langchain_mongodb

1 file changed

+1
-1
lines changed

libs/langchain-mongodb/langchain_mongodb/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from pymongo.collection import Collection
88
from pymongo.operations import SearchIndexModel
9-
from pymongo_search_utils import create_vector_search_index # noqa: F401
9+
from pymongo_search_utils import create_vector_search_index # noqa: F401 type: ignore
1010

1111
logger = logging.getLogger(__file__)
1212

0 commit comments

Comments
 (0)