hallouminate 0.2.1

A markdown corpus indexer for LLMs to build and query their own per-repo wikis.
Documentation
1
2
3
4
5
//! Adapters connecting the domain to external systems: the LanceDB vector
//! store ([`lance`]) and the MCP server ([`mcp`]).

pub mod lance;
pub mod mcp;