Spaces:
Runtime error
Runtime error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,10 +1,25 @@
|
|
1 |
---
|
2 |
-
title: Cloud
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
|
|
7 |
pinned: false
|
|
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Cloud RAG Webhook
|
3 |
+
emoji: 📄
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
sdk: docker
|
7 |
+
app_port: 7860
|
8 |
pinned: false
|
9 |
+
license: apache-2.0
|
10 |
---
|
11 |
|
12 |
+
# Cloud RAG Webhook
|
13 |
+
|
14 |
+
This Space contains a RAG (Retrieval Augmented Generation) system for processing documents.
|
15 |
+
It was migrated from the GitHub repository: https://github.com/Daanworg/cloud-rag-webhook.git
|
16 |
+
|
17 |
+
## Features
|
18 |
+
|
19 |
+
- Automated processing of text files
|
20 |
+
- Document AI integration
|
21 |
+
- BigQuery storage for document chunks
|
22 |
+
- Vertex AI for embeddings and search
|
23 |
+
- GitHub backup integration
|
24 |
+
|
25 |
+
See the README_AUTOMATION.md file for details on how to use this system.
|