Skip to content

AzureCosmosQueryOptions

Defined in: packages/providers/storage/azure/src/vectorStore/AzureCosmosDBNoSqlVectorStore.ts:68

Query options for the AzureCosmosDBNoSQLVectorStore.query method.

optional includeVectorDistance: boolean

Defined in: packages/providers/storage/azure/src/vectorStore/AzureCosmosDBNoSqlVectorStore.ts:69

Whether to include the vector distance in the result. Default true


optional whereClause: string

Defined in: packages/providers/storage/azure/src/vectorStore/AzureCosmosDBNoSqlVectorStore.ts:70

The where clause to use in the query. While writing this clause, use c as the alias for the container and do not include the WHERE keyword.