Logo
Variables

FilterOperator

FilterOperator: object

Defined in: packages/cloud/src/client/types.gen.ts:3402

Vector store filter operator.

Type declaration

==

readonly ==: "==" = "=="

>

readonly >: ">" = ">"

<

readonly <: "<" = "<"

!=

readonly !=: "!=" = "!="

>=

readonly >=: ">=" = ">="

<=

readonly <=: "<=" = "<="

IN

readonly IN: "in" = "in"

NIN

readonly NIN: "nin" = "nin"

ANY

readonly ANY: "any" = "any"

ALL

readonly ALL: "all" = "all"

TEXT_MATCH

readonly TEXT_MATCH: "text_match" = "text_match"

TEXT_MATCH_INSENSITIVE

readonly TEXT_MATCH_INSENSITIVE: "text_match_insensitive" = "text_match_insensitive"

CONTAINS

readonly CONTAINS: "contains" = "contains"

IS_EMPTY

readonly IS_EMPTY: "is_empty" = "is_empty"