khive-pack-knowledge 0.2.11

Knowledge verb pack — lore corpus (atoms/domains), TF-IDF retrieval, concept registration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Knowledge corpus handlers — atoms, domains, TF-IDF search, fold, index.

pub(crate) mod matching;
pub(crate) mod schema;
pub(crate) mod scoring;
pub(crate) mod section_feedback;
pub(crate) mod vamana;

mod compose;
mod crud;
mod fold_handler;
mod index_handler;
mod search;
mod sections;
pub(crate) mod sections_index;
pub(super) mod util;
pub(crate) struct KnowledgeHandlers;