Ultronprime commited on
Commit
81badfc
·
verified ·
1 Parent(s): 183a7ce

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -5
README.md CHANGED
@@ -1,10 +1,25 @@
1
  ---
2
- title: Cloud Rag Webhook
3
- emoji: 🌖
4
- colorFrom: red
5
- colorTo: pink
6
  sdk: docker
 
7
  pinned: false
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.