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§
- Parse
Search Mode Error - Error returned when a
SearchModestring cannot be parsed.
Enums§
- Search
Mode - 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.