MIMIRQ DOCUMENTATION
Make knowledgepaths explainable.
Start with a working deployment, then inspect parsing, governance, chunking, retrieval, reranking, citations, and regression gates one layer at a time.
KNOWLEDGE PATH
AssessParseGovernChunkIndexRetrieveRerankCiteEvaluate
Choose the shortest path to your goal
The handbook is organized by tasks, not by feature inventory.
01
First deploymentFrom .env to first login
Prepare credentials, choose Docker or host processes, and verify readiness.
Deploy MimirQ02
First knowledge baseFrom dataset to cited answer
Upload a document, inspect chunks, test retrieval, and trace the final evidence.
Follow the workflow03
Existing applicationIntegrate API, Dify, or a workflow
Use stable contracts for auth, ingestion, retrieval, streaming, and retries.
Open integration guideSYSTEM MAP
Inspect the system by layer
Each area documents its input, output, boundaries, failure modes, and verification path.
The code and the handbook evolve together.
OpenAPI remains the schema source of truth. The handbook explains how those contracts form a reliable knowledge workflow.