Starting a series called RAGnarok — building an Enterprise Knowledge Assistant (RAG system) in public, part by part. This first post is scope/architecture only, no code — that starts in Part 2.
The problem
Internal docs (HR policy, engineering docs, deployment runbooks, incident postmortems, API references) are scattered, and finding the right one is slow. Goal: a retrieval system that answers questions like "how do I rotate AWS credentials?" by pulling from the actual internal docs instead of a person searching manually.
Tech stack
Embeddings: Sentence Transformers






