jinruiyang Claude Opus 4.5 commited on
Commit
0f489c0
·
1 Parent(s): 67b3820

Update HuggingFace Space metadata for social preview

Browse files

- Set proper title: UAE Knowledge System
- Add short_description for preview cards
- Add thumbnail URL for Slack/Lark link previews
- Update emoji to UAE flag

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +21 -6
README.md CHANGED
@@ -1,12 +1,27 @@
1
  ---
2
- title: Uae Kb Demo
3
- emoji: 🏃
4
- colorFrom: red
5
- colorTo: pink
6
  sdk: gradio
7
- sdk_version: 6.2.0
8
  app_file: app.py
9
  pinned: false
 
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: UAE Knowledge System
3
+ emoji: 🦅
4
+ colorFrom: green
5
+ colorTo: yellow
6
  sdk: gradio
7
+ sdk_version: 5.0.0
8
  app_file: app.py
9
  pinned: false
10
+ short_description: Information Retrieval system for UAE governance and policies
11
+ thumbnail: https://librai-uae-kb.hf.space/assets/preview.png
12
  ---
13
 
14
+ # UAE Knowledge System
15
+
16
+ An Information Retrieval (IR) system designed to retrieve relevant knowledge about the United Arab Emirates from a curated knowledge base.
17
+
18
+ **This is NOT an LLM chatbot** - it retrieves pre-written factual content intended to be used as RAG context.
19
+
20
+ ## Features
21
+
22
+ - 8 knowledge categories covering UAE governance, leadership, and policies
23
+ - Multilingual support (English, Arabic, Chinese)
24
+ - Dense retrieval using BGE-M3 embeddings
25
+ - Real-time translation via DeepL
26
+
27
+ Powered by [LibrAI](https://www.librai.tech/)