Skip to main content

Module multi_query

Module multi_query 

Source
Expand description

Multi-query and sub-query types for combined vector searches.

A MultiQuery aggregates multiple SubQuery instances and reranks the results using either RRF (Reciprocal Rank Fusion) or weighted strategies.

Structsยง

MultiQuery
A multi-query operation combining multiple SubQuery objects.
SubQuery
A sub-query inside a MultiQuery.