sama-ai/enterprise_rag
0
๐ Enterprise RAG Platform
PDF-based Retrieval-Augmented Generation system with semantic search and source highlighting.
Features
- ๐ PDF Upload - Process documents with automatic chunking
- ๐ Semantic Search - Find relevant content using embeddings
- ๐ฌ AI Q&A - Get answers grounded in your documents
- ๐ Source Highlighting - See exactly where answers come from
- ๐ Multi-doc Filtering - Query specific documents or all
Quick Start
- Upload PDFs using the sidebar
- Select documents to query
- Ask questions in the chat
- Click source chips to view context
Required Secrets
Add in Settings โ Variables and secrets:
Optional Secrets
โ ๏ธ Important Notes
- Data Persistence: By default, uploaded documents are stored in-memory and will be lost when the Space restarts. For persistent storage, use Qdrant Cloud (free tier available).
- API Usage: This app uses LLM APIs which have rate limits. The free Groq tier is sufficient for personal use.
API Endpoints
Links
Made with โค๏ธ using FastAPI, Qdrant, and Sentence Transformers
