EBElisé Baraka M.inebmurha.hashnode.dev·May 22 · 11 min readBuilding a RAG Engine — Part 4: Engine ControlsThe previous part redesigned the entire system into a domain-neutral engine structure with reference storage. Graph extraction was one of the planned capabilities for the engine: for a start, basic kn00
EBElisé Baraka M.inebmurha.hashnode.dev·May 1 · 11 min readBuilding a RAG Engine — Part 3: Domain-Neutral ArchitectureI initially set out to build a RAG system for a legal corpus, then repurpose it later for other domains. In this phase, I set out to create a reusable architecture; i.e. single implementation, multipl00
EBElisé Baraka M.inebmurha.hashnode.dev·Apr 14 · 8 min readBuilding a RAG Engine — Part 2: An Interface to Evaluate ItPart 1 ended with a pipeline operated fully from the command line. I could ingest documents, run a query, and get an answer wired to evidence. What I didn't have was the UI. I needed an interface to t00
EBElisé Baraka M.inebmurha.hashnode.dev·Apr 7 · 14 min readBuilding a RAG Engine — Part 1: Retrieval FoundationI started building a RAG engine because I was tired of asking large language models questions limited by whatever context I could paste or attach into a chat window. I was looking for information arou00