Back to Projects

Project Detail

Searchable RAG Copilot

An enterprise search system that lets users query internal documents and receive cited, grounded answers using Retrieval-Augmented Generation

AIBackendPythonFastAPI
In progressTarget completion August 2026

The Problem

Large organisations store knowledge across hundreds of documents that are difficult to search meaningfully. Keyword search returns results, but not answers. This project addresses that gap.

What I Built

A Python API built with FastAPI that accepts natural language queries, retrieves relevant document chunks using semantic search, and returns cited answers generated by a language model.

Tech Stack

Decisions I Made

What I Learned

View GitHub