Roughly two thirds of the work happens before a model is called at all.
01Content audit
Finding where the knowledge actually lives, what is current, what contradicts what, and what will need writing before anything can answer from it.
02Extraction
Getting clean text out of PDFs, wikis, ticket systems and shared drives — including the awkward ones with tables, scans and multiple columns.
03Chunking strategy
Boundaries that follow the structure of your documents, tuned against real questions rather than accepted from a default.
04Hybrid index
Vector and keyword search together, with a reranking pass, because neither approach alone is good enough on real business content.
05Permission model
Access checks applied during retrieval so results are filtered before they are ever assembled into an answer.
06Grounding and citation
Answers constrained to the retrieved passages, with citations verified to point at material that was genuinely used.
07Refresh pipeline
Re-indexing when documents change, on a schedule or by event, with visibility into what is current and what has drifted.
08Evaluation set
Real questions with known good passages, so retrieval quality is a measurement rather than an impression.
09The gap report
Logging what people asked that nothing could answer. This is frequently the most valuable output of the whole project.