Spaces:
Sleeping
Sleeping
sbv commited on
Commit Β·
7df7025
1
Parent(s): 662f246
Prepare for Hugging Face Spaces deployment
Browse files
README.md
CHANGED
|
@@ -1,7 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# π Docling RAG Demo Webapp
|
| 2 |
|
| 3 |
A simple, clean RAG (Retrieval-Augmented Generation) demo application built with vanilla HTML/CSS/JS frontend and Python FastAPI backend. Uses [Docling](https://github.com/docling-project/docling) for document processing and Google Gemini for AI responses.
|
| 4 |
|
|
|
|
|
|
|
| 5 |
## Features
|
| 6 |
|
| 7 |
- π **Multi-format support**: PDF, DOCX, PPTX, XLSX, HTML
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Multilingual RAG Demo
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# π Docling RAG Demo Webapp
|
| 11 |
|
| 12 |
A simple, clean RAG (Retrieval-Augmented Generation) demo application built with vanilla HTML/CSS/JS frontend and Python FastAPI backend. Uses [Docling](https://github.com/docling-project/docling) for document processing and Google Gemini for AI responses.
|
| 13 |
|
| 14 |
+
**π Supports English, French, and Portuguese documents with automatic language detection and multilingual question answering!**
|
| 15 |
+
|
| 16 |
## Features
|
| 17 |
|
| 18 |
- π **Multi-format support**: PDF, DOCX, PPTX, XLSX, HTML
|