Add Hugging Face Spaces YAML configuration metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<div align="center">
|
2 |
|
3 |
<div style="margin: 20px 0;">
|
|
|
1 |
+
|
2 |
+
|
3 |
+
---
|
4 |
+
title: LightRAG
|
5 |
+
emoji: 🚀
|
6 |
+
colorFrom: blue
|
7 |
+
colorTo: purple
|
8 |
+
sdk: docker
|
9 |
+
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
+
short_description: Simple and Fast Retrieval-Augmented Generation
|
12 |
+
app_file: lightrag-api/app.py
|
13 |
+
tags:
|
14 |
+
- RAG
|
15 |
+
- knowledge-graph
|
16 |
+
- retrieval
|
17 |
+
- AI
|
18 |
+
- NLP
|
19 |
+
- machine-learning
|
20 |
+
- vector-database
|
21 |
+
- graph-database
|
22 |
+
- openai
|
23 |
+
- llm
|
24 |
+
---
|
25 |
+
|
26 |
<div align="center">
|
27 |
|
28 |
<div style="margin: 20px 0;">
|