Expand description
Hallouminate: a local semantic search and retrieval engine over code and markdown corpora.
The crate follows a hexagonal layout:
domainholds the core logic — corpora, indexing, embeddings, search, and the ground (markdown wiki) store — with no I/O framework concerns.adapterswires the domain to the outside world: the LanceDB vector store and the MCP server.appis the entry layer: CLI parsing, configuration, the daemon, and logging.