Skip to content

Commit b47426f

Browse files
committed
Replace create_vector_search_index
Remove create_vector_search_index from langchain-mongodb and import from pymongo-search-utils.
1 parent 250cb7c commit b47426f

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

libs/langchain-mongodb/langchain_mongodb/index.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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
910

1011
logger = logging.getLogger(__file__)
1112

0 commit comments

Comments
 (0)