RAGBOT

RAGBOT

Real-time Chat Interface with React and RAG from scratch

7 followers

This project provides a real-time chat interface with a custom RAG pipeline, featuring a React frontend and FastAPI backend. It supports file uploads, document chunking, and semantic search, while storing data in an SQLite database.
RAGBOT gallery image
RAGBOT gallery image
RAGBOT gallery image
Free
Launch Team
Wispr Flow: Dictation That Works Everywhere
Wispr Flow: Dictation That Works Everywhere
Stop typing. Start speaking. 4x faster.
Promoted

What do you think? …

Anass MAJJI
Maker
📌
This project provides a real-time Chat Interface powered by a custom-built Retrieval Augmented Generation (RAG) pipeline, developed from scratch. It incorporates both frontend (React) and backend (FastAPI) components, supporting file uploads, document chunking, embedding generation, and semantic search for efficient document retrieval. The system enables plugging any LLM for document retrieval and allows efficient search through a collection of documents. The project includes functionality for document processing and chunk management, stored in an SQLite database.