Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.13.0
metadata
title: FreeRAG
emoji: π
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.0.0
app_file: app.py
pinned: false
license: mit
FreeRAG - Local RAG System
A modular Retrieval Augmented Generation (RAG) system powered by Phi-3.5-mini.
Features
- π Multi-format support: PDF, DOCX, TXT, Markdown
- π Semantic search: ChromaDB vector store with sentence-transformers
- π€ Local LLM: Phi-3.5-mini running via llama-cpp
- π¬ Interactive chat: Ask questions about your documents
- π¨ Modern UI: Clean Gradio interface
Usage
- Upload your documents using the file upload panel
- Wait for processing to complete
- Ask questions in the chat interface
- Get AI-powered answers with source citations
Tech Stack
- LLM: Phi-3.5-mini (GGUF via llama-cpp-python)
- Embeddings: sentence-transformers (all-MiniLM-L6-v2)
- Vector Store: ChromaDB
- UI: Gradio