semtree-core 0.2.1

Core types for semtree: Language, Span, Node, Chunk
Documentation
1
2
3
4
5
6
7
8
9
pub mod chunk;
pub mod config;
pub mod language;
pub mod span;

pub use chunk::{Chunk, ChunkKind};
pub use config::{EmbedBackend, EmbedConfig, SemtreeConfig, StoreBackend, StoreConfig};
pub use language::Language;
pub use span::Span;