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
`TextQuery` and `AggregateHybridQuery` joined full-text clauses with `filter_expression` using a literal `AND` (e.g. `[text-query] AND [filter-expression]`). When stopwords were disabled, Redis Search treated the literal `AND` as a required
- RedisVL HFCrossEncoderReranker: scores returned in original input order after reranking
`HFCrossEncoderReranker.rank(..., return_score=True)` returned reranked documents sorted by descending score, but the accompanying score array stayed in the original input order. As a result, `reranked_docs[i]` did not correspond to `scores