Spaces:
Sleeping
Sleeping
DunasAnastasiia commited on
Commit ·
50b94ce
1
Parent(s): 7c2e31a
Fix Space YAML metadata
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ sdk_version: "6.1.0"
|
|
| 8 |
python_version: "3.10"
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
-
short_description: RAG
|
| 12 |
---
|
| 13 |
|
| 14 |
# RAG QA (BM25 + Dense + OpenAI-compatible providers)
|
|
|
|
| 8 |
python_version: "3.10"
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
+
short_description: RAG QA demo BM25 + Dense + reranker
|
| 12 |
---
|
| 13 |
|
| 14 |
# RAG QA (BM25 + Dense + OpenAI-compatible providers)
|