Modules§
- adapter
- Source-adapter seam.
- config
- Configuration loading: the
[embeddings],[sources], and[storage]blocks. - embed
- The embedding stage: candle XLM-RoBERTa FP16 (
CandleEmbedder) plus the batch-orientedEmbedWorkerthat fillsmessages.vector/messages.embedding_model(spec.md#search). One message produces one vector - there is no chunking. - handlers
- output
- sessions
- substrate
- transport
- The HTTP+JSON and stdio-MCP transports: thin adapters over the shared wire handlers. Both transports dispatch to the same handler functions - no per-transport behavior divergence.
- wire