Spaces:
Sleeping
Sleeping
File size: 493 Bytes
01630a1 c5007a0 01630a1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | ---
license: apache-2.0
title: RAG Academic Assistant
sdk: gradio
emoji: 🔥
---
# 📘 RAG Academic Assistant
Upload a research paper (PDF) and ask questions about it!
Powered by RAG (Retrieval-Augmented Generation) using Sentence Transformers and Groq's LLMs via the Gradio interface.
## How to Use
1. Upload a PDF.
2. Click "Index PDF".
3. Ask any question about the content.
## Tech Stack
- Sentence Transformers (for embedding)
- FAISS (vector search)
- Groq API (LLM)
- Gradio (UI) |