lvvignesh2122's picture
Initial commit
f775d6c unverified
|
raw
history blame
305 Bytes

gemini-rag-fastapi

gemini-rag-fastapi is a production-style backend service built with FastAPI that implements a Retrieval-Augmented Generation (RAG) pipeline. It ingests documents, builds vector indexes using FAISS, and answers user queries using Gemini models with grounded, citation-aware responses.