Skip to main content

Module retrieval_beam

Module retrieval_beam 

Source
Expand description

Beam search graph recall.

graph_recall_beam keeps only the top-K candidate entities at each hop, enabling multi-hop reasoning paths to be explored efficiently without unbounded BFS expansion.

Functionsยง

graph_recall_beam
Retrieve graph facts using beam search.