Ask a question to get started
Enter to sendā¢Shift+Enter new line
from_endpoint_and_key( cls, endpoint: str, key: str, texts: List[str
endpoint
str
CosmosDB account endpoint URL.
key
CosmosDB access key.
texts
List[str]
The texts to insert.
embedding
Embeddings
metadatas
Optional[List[dict]]
None
ids
Optional[List[str]]
**kwargs
Any
{}
Create vectorstore from an endpoint with access key.
The embedding model to use.
Optional metadata dicts for the texts.
Optional ids for the texts.
Additional keyword arguments passed to create.
create