Closed
Description
There's a request extend our current FilterClauseBase
, which only has EqualTo and AnyTagsEqualTo. We can do this by creating a new filter clause, like BetweenFilterClause
or RangeFilterClause
.
This also means we should extend the VectorSearchFilter
(or SearchFilter
) to allow .between(...)
.
The original ask is for Redis, but we should support this for others, too, if possible. For Redis we need to update _filters_to_redis_filters
.
Tagging @westey-m for visibility for comments related to if there is (planned) support in .Net.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog: Planned