lvvignesh2122's picture
:wqInitial commit
bbd443b
|
raw
history blame
655 Bytes

<<<<<<< HEAD

title: Gemini Rag Fastapi Pro emoji: 🦀 colorFrom: purple colorTo: red sdk: docker pinned: false license: mit short_description: Document-based Q&A using FastAPI, FAISS, and Google Gemini

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

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.

f775d6c (Initial commit)