abel.kpohinto
← Back to projects

RAG engine for Data Afrique Hub

A modular, configurable RAG (Retrieval-Augmented Generation) engine for Data Afrique Hub: upload documents (PDF, TXT, Markdown), ask questions in natural language, and the system retrieves the relevant passages and generates a sourced answer instead of making one up.

Question → Embedding → ChromaDB → Re-ranking → LLM → Answer + sources

Three deployment modes to fit different constraints (cost, privacy, or performance):

The project also builds on dah-open-rag, the open-source version of the pipeline, released under the MIT license.

Stack