GitXplorerGitXplorer
J

Full-Stack-RAG

public
9 stars
6 forks
0 issues

Commits

List of commits on branch main.
Verified
f4425713441fe1a1614951389487200b11c40c09

Update README.md

JJINO-ROHIT committed 7 months ago
Unverified
1cb25ac5e347af0528520a9116e144f4d92ac089

Merge branch 'main' of https://github.com/JINO-ROHIT/Full-Stack-RAG

JJINO-ROHIT committed 7 months ago
Unverified
f80e83ed75a143adda008c0f10e0da945acec4ad

artifcats

JJINO-ROHIT committed 7 months ago
Verified
60e15c197db9839bd5f382f1e03699fbf3368ba3

Update README.md

JJINO-ROHIT committed 7 months ago
Verified
15c1edee48d2628a008302d6fb236697ae9d48e6

Update README.md

JJINO-ROHIT committed 7 months ago
Unverified
249920f88394fb80bf0c34d796634192e6a4df79

artifacts

JJINO-ROHIT committed 7 months ago

README

The README file for this repository.

Full-Stack-RAG

This project shows how to create a Full Stack RAG using Fastapi as a backend APi and React for the frontend. The framework used is Llamaindex. I've tried to make the UI similar to the Gemini website.

UI

Quick Start

  1. Setup a virtual environment.
python -m venv .env
pip install -r requirements.txt
  1. Activate the env.
.env\Scripts\activate
  1. Start the uvicorn server
uvicorn main:app

FastAPI

  1. Start the frontend server
npm run dev
  1. Start asking your questions!

FastAPI