Creates an Instance of DocumentDBVectorSearch from a Connection String
from_connection_string(
cls,
connection_string: str,
namespace: str,
embedding: Embeddings,
**kwargs: Any = {}
) -> DocumentDBVectorSearch| Name | Type | Description |
|---|---|---|
connection_string* | str | The DocumentDB cluster endpoint connection string |
namespace* | str | The namespace (database.collection) |
embedding* | Embeddings | The embedding utility |
**kwargs | Any | Default: {}Dynamic keyword arguments |