Configuration options for the AzureCosmosDBNoSQLVectorStore constructor.
interface AzureCosmosDBNoSQLConfigPre-configured CosmosClient instance. If provided, connectionString and endpoint are ignored.
Cosmos DB connection string.
Container name. Defaults to "vectorSearchContainer".
Azure credential for authentication (defaults to DefaultAzureCredential).
Database name. Defaults to "vectorSearchDB".
Default search type to use when no search type is specified in the filter. Defaults to "vector".
Cosmos DB endpoint URL (used with credentials for Azure AD authentication).
Full-text policy for the container (preview feature). Required when fullTextSearchEnabled is true.
Enable full-text search capabilities (preview feature). When enabled, fullTextPolicy and appropriate indexingPolicy must be configured.
Document field name for the metadata. Defaults to "metadata".
Table alias used in Cosmos DB SQL queries. Defaults to "c".
Document field name for the text content. Defaults to "text".