(no title)
JacobiX | 1 month ago
On Instagram this is a good thing, but here the example is hotel and flight search, where a more deterministic result is preferable.
In the retrieve → filter stage, using predicate pushdown may be more performant: first filter using hard constraints, then apply hybrid search ?
tullie|1 month ago
All of the retrievers do support pre-filtering, you just add the where clause within the retriever function. We're working on more query optimization to make this automatic also.