Skip to main content

Interface: MetadataFilter

Properties

key

key: string

Defined in

packages/llamaindex/src/storage/vectorStore/types.ts:47


operator

operator: "==" | "in" | ">" | "<" | "!=" | ">=" | "<=" | "nin" | "any" | "all" | "text_match" | "contains" | "is_empty"

Defined in

packages/llamaindex/src/storage/vectorStore/types.ts:49


value?

optional value: MetadataFilterValue

Defined in

packages/llamaindex/src/storage/vectorStore/types.ts:48