Python: Support BetweenFilterClause
or RangeFilterClause
for Redis
#10391
Labels
memory connector
.NET
Issue or Pull requests regarding .NET code
python
Pull requests for the Python Semantic Kernel
There's a request extend our current
FilterClauseBase
, which only has EqualTo and AnyTagsEqualTo. We can do this by creating a new filter clause, likeBetweenFilterClause
orRangeFilterClause
.This also means we should extend the
VectorSearchFilter
(orSearchFilter
) 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.
The text was updated successfully, but these errors were encountered: