sbv commited on
Commit
7df7025
Β·
1 Parent(s): 662f246

Prepare for Hugging Face Spaces deployment

Browse files
Files changed (1) hide show
  1. README.md +11 -0
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