alith-knowledge 0.4.3

Alith knowledge package
Documentation
1
2
3
4
5
6
7
8
9
pub mod html;
pub mod pdf;
pub mod string;
pub mod text;

pub use alith_core::{
    chunking::{ChunkError, Chunker, chunk_text},
    knowledge::{FileKnowledge, Knowledge, KnowledgeError},
};