hallouminate 0.1.0

A markdown corpus indexer for LLMs to build and query their own per-repo wikis.
Documentation
1
2
3
4
5
6
7
pub mod common;
pub mod corpus;
pub mod embeddings;
pub mod ground;
pub mod indexer;
pub mod repository;
pub mod search;