terraphim_file_search 1.20.3

Knowledge-graph scored file search integration for Terraphim AI
Documentation
1
2
3
4
5
6
7
8
9
//! Local filesystem search with knowledge-graph scoring.
//!
//! Provides ripgrep-backed file search (`config`), a KG-aware relevance
//! scorer (`kg_scorer`), and a filesystem watcher (`watcher`) that triggers
//! re-indexing when monitored directories change.
pub mod config;
pub mod kg_scorer;
pub mod result_ranking;
pub mod watcher;