Spaces:
Sleeping
Sleeping
File size: 762 Bytes
afb82ff 4bcae46 afb82ff | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | ---
title: AI Research Agent - Agentic RAG
emoji: π€
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: "4.27.0"
app_file: app.py
pinned: false
---
# π€ AI Research Agent - Agentic RAG System
Advanced multi-tool research assistant with intelligent query planning, document retrieval, and voice output.
## Features
- π PDF Document Upload & Processing
- π§ Intelligent Query Planning
- π Semantic Document Retrieval
- π Web Search Integration
- π Text-to-Speech Voice Output
## Quick Start
1. Upload PDF documents
2. Add GROQ_API_KEY in Space settings
3. Ask questions
4. Get voice responses
## Tech Stack
- LLM: Groq (Llama 3.1 8B)
- Embeddings: Sentence Transformers
- Vector DB: FAISS
- UI: Gradio
- Voice: gTTS
## License
MIT |