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
| Name | Type | Description |
|---|---|---|
T | extends Value | undefined | The type that this expression evaluates to. |