Skip to main content

Module search

Module search 

Source
Expand description

Search modules.

Top-level search combines FTS, semantic vectors, and graph boost using Reciprocal Rank Fusion. Semantic and graph infrastructure are part of the supported full stack; hybrid callers may degrade to fewer sources when a configured service is unavailable at query time.

Modules§

fts
PostgreSQL pg_search BM25 query sanitization and execution.
graph_boost
FalkorDB graph boost: find related symbols to boost in search ranking.
rrf
Reciprocal Rank Fusion: merges ranked result lists from multiple sources.