Interface: AzureCosmosQueryOptions
Query options for the AzureCosmosDBNoSQLVectorStore.query
method.
Properties
includeVectorDistance?
optional
includeVectorDistance:boolean
Whether to include the vector distance in the result. Default true
Defined in
packages/llamaindex/src/vector-store/AzureCosmosDBNoSqlVectorStore.ts:65
whereClause?
optional
whereClause:string
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.
Defined in
packages/llamaindex/src/vector-store/AzureCosmosDBNoSqlVectorStore.ts:66