hallouminate 0.2.3

A markdown corpus indexer for LLMs to build and query their own per-repo wikis.
1
2
3
pub use super::format::{Format, RenderOpts, render, trim_snippets};
pub use super::orchestrate::{GroundOpts, ground, ground_union};
pub use super::types::{ChunkProvenance, DocChunk, DocFile, GroundResponse, Stats, Warning};