rag-document-qa / README.md
delcenjo's picture
Upload folder using huggingface_hub
b02371b verified
|
Raw
History Blame Contribute Delete
518 Bytes

A newer version of the Gradio SDK is available: 6.20.0

Upgrade
metadata
title: Document Question Answering (RAG)
emoji: 📚
colorFrom: indigo
colorTo: pink
sdk: gradio
python_version: '3.11'
app_file: app.py
pinned: false
license: mit
short_description: Retrieval-augmented question answering over a small doc set

Document Question Answering (RAG) - live demo

Ask a question about a small documentation set. The system retrieves the most relevant passages and answers from them, citing the source file for each fact.