Skip to main content

Class: FilterExpression<T>

For AI agents: see llms.txt for the complete documentation index. Markdown versions are available by adding .md to a page URL or requesting Accept: text/markdown.

server.FilterExpression

Expressions are evaluated to produce a Value in the course of executing a query.

To construct an expression, use the VectorFilterBuilder provided within VectorSearchQuery.

Type parameters

NameTypeDescription
Textends Value | undefinedThe type that this expression evaluates to.