library · inferred from evidence
redis-vl-python
A GitHub repository associated with the redisvl library, referenced as the source of the issue.
- RedisVL TextQuery/AggregateHybridQuery: literal AND treated as required term when stopwords disabled
This was a real bug in how redisvl built the query string and was fixed in redisvl v0.27.0. Upgrade to v0.27.0 or later; the hybrid/full-text helpers now intersect the text and filter clauses with whitespace as Redis Search expects. Source:
- RedisVL HFCrossEncoderReranker: scores returned in original input order after reranking
This was a real bug and was fixed in redisvl v0.27.0. Upgrade to v0.27.0 or later so the returned scores align with the reranked documents. Source: https://github.com/redis/redis-vl-python/issues/693 Source: https://github.com/redis/redis-