| Name | Type | Description |
|---|---|---|
conn_string* | str | Azure Cosmos DB connection string. |
database_name | str | Default: 'langgraph'Name of the database to use. |
container_name | str | Default: 'store'Name of the container to use. |
index | CosmosDBIndexConfig | None | Default: None |
ttl | TTLConfig | None | Default: None |
cosmos_client_kwargs | dict[str, Any] | None | Default: None |
Create a new AsyncCosmosDBStore from a connection string.
Optional index/embedding configuration for vector search.
Optional TTL configuration.
Additional keyword arguments passed to
the CosmosClient constructor (e.g. retry_options).