AzureCosmosQueryOptions
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureCosmosDBNoSqlVectorStore.ts:67
Query options for the AzureCosmosDBNoSQLVectorStore.query method.
Properties
Section titled “Properties”includeVectorDistance?
Section titled “includeVectorDistance?”
optionalincludeVectorDistance:boolean
Defined in: .build/typescript/packages/providers/storage/azure/src/vectorStore/AzureCosmosDBNoSqlVectorStore.ts:68
Whether to include the vector distance in the result. Default true
whereClause?
Section titled “whereClause?”
optionalwhereClause:string
Defined in: .build/typescript/packages/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.