talon-core 0.4.2

Core retrieval engine for Talon: hybrid search (BM25 + semantic + reranker), indexing, and graph-aware ranking over markdown corpora.
Documentation
1
2
3
4
5
6
7
8
9
//! LLM planning and synthesis for vault-grounded answers.

mod client;
mod error;
mod types;

pub use client::{AskClient, AskPlan, AskSynthesis};
pub use error::AskError;
pub use types::AskPlanBody;