Skip to main content

Module hybrid

Module hybrid 

Source
Expand description

Hybrid semantic + keyword search with Reciprocal Rank Fusion (RRF).

Search mode enum + helper functions for PageRank boosting and lookup used by the ripvec engine. Pre-v3.0.0 this also contained HybridIndex (the transformer-engine search index), which is now gone.

Structs§

ParseSearchModeError
Error returned when a SearchMode string cannot be parsed.

Enums§

SearchMode
Controls which retrieval strategy is used during search.

Functions§

boost_with_pagerank
Apply a multiplicative PageRank boost to search results.
pagerank_boost_factor
pagerank_lookup
Build a per-file PageRank lookup table from a RepoGraph.