hallouminate 0.1.2

A markdown corpus indexer for LLMs to build and query their own per-repo wikis.
Documentation
1
2
3
4
5
6
7
8
mod bucket;
mod format;
mod orchestrate;
mod types;

pub mod index;

pub use index::*;