from_connection_string(
cls,
connection_string: str,
namespace: str,
embedding: Embeddings,
**kwargs:| Name | Type | Description |
|---|---|---|
connection_string* | str | |
namespace* | str | |
embedding* | Embeddings |
Construct a MongoDB Atlas Vector Search vector store
from a MongoDB connection URI.
A valid MongoDB connection URI.
A valid MongoDB namespace (database and collection).
The text embedding model to use for the vector store.