Interfaces
AzureCosmosQueryOptions
Defined in: providers/storage/azure/src/vectorStore/AzureCosmosDBNoSqlVectorStore.ts:67
Query options for the AzureCosmosDBNoSQLVectorStore.query
method.
Properties
includeVectorDistance?
optional
includeVectorDistance:boolean
Defined in: providers/storage/azure/src/vectorStore/AzureCosmosDBNoSqlVectorStore.ts:68
Whether to include the vector distance in the result. Default true
whereClause?
optional
whereClause:string
Defined in: providers/storage/azure/src/vectorStore/AzureCosmosDBNoSqlVectorStore.ts:69
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.