Skip to main content

alith_knowledge/
lib.rs

1pub mod html;
2pub mod pdf;
3pub mod string;
4pub mod text;
5
6pub use alith_core::{
7    chunking::{ChunkError, Chunker, chunk_text},
8    knowledge::{FileKnowledge, Knowledge, KnowledgeError},
9};