Variables
FilterCondition
FilterCondition:
object
Defined in: packages/cloud/src/client/types.gen.ts:2673
Vector store filter conditions to combine different filters.
Type declaration
AND
readonly
AND:"and"
="and"
OR
readonly
OR:"or"
="or"
NOT
readonly
NOT:"not"
="not"