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