-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: langchaingo
-
None
-
None
-
Go Drivers
-
None
-
None
-
None
-
None
-
None
-
None
Context
It would be useful for users to be able to create a vector search index using the mongovector API for a more seamless experience.
Definition of done
Extend the mongovector.Store object with a CreateVectorSearchIndex method in the style of MongoDBAtlasVectorSearch.create_vector_search_index. There is already a Go implementation in the testing suite for mongovector, here.