Skip to content

ElasticsearchInferenceHybridRetriever (dense + BM25) #2943

@davidsbatista

Description

@davidsbatista
  • Add a new retrieval method (e.g. _hybrid_retrieval) that combines dense and BM25 in one request, and optionally merges scores (e.g. RRF). The method should accept either a query vector (from Python) or query text + optional inference_id for the dense branch.
  • New retriever component: calls the document store’s hybrid retrieval method; no changes to existing retrievers.
  • ES: RRF (if used).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions