rag-document-qa / README.md
delcenjo's picture
Upload folder using huggingface_hub
b02371b verified
|
Raw
History Blame Contribute Delete
518 Bytes
---
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.
- Code: https://github.com/delcenjo/rag-document-assistant