Skip to main contentCrate issundb_retrieval
Source - HybridRetrieveOptions
- Options for
retrieve_hybrid. - RetrieveOptions
- Options for
retrieve_with. - Subgraph
- A subgraph extracted by a retrieval call.
- FusionStrategy
- Strategy for fusing vector and text relevance scores.
- RetrievalError
- Structured errors representing all hybrid retrieval faults.
- retrieve
- Convenience wrapper: vector search to k seeds, then
hops-hop BFS expansion to
subgraph materialization. - retrieve_hybrid
- Hybrid retrieval: merges vector search seeds with full-text search seeds,
fuses their scores using
opts.fusion, then expands via BFS. - retrieve_with
- Full retrieve with configurable options.