coding-agent-search 0.6.2

Unified TUI search over local coding agent histories
Documentation
1
2
3
4
5
6
//! FastEmbed-based cross-encoder reranker (ms-marco-MiniLM-L-6-v2).
//!
//! Re-exports [`FastEmbedReranker`] from `frankensearch::rerank::fastembed_reranker`.
//! The implementation lives in the `frankensearch-rerank` crate.

pub use frankensearch::FastEmbedReranker;