Nicolai Berk commited on
Commit
ea86b97
·
1 Parent(s): 818c1d2

fix missing yaml

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Mini RAG Demo – Retrieval-Augmented Generation on Wikipedia
2
 
3
  This is a lightweight Retrieval-Augmented Generation (RAG) app built with Gradio. It combines semantic search over a mini Wikipedia (`rag-datasets/rag-mini-wikipedia`) corpus with reranking and language generation to answer natural language questions using real documents.
 
1
+ ---
2
+ title: RAGTesting
3
+ emoji: 💬
4
+ colorFrom: yellow
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: 5.0.1
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ short_description: A simple RAG demo
12
+ ---
13
+
14
  # Mini RAG Demo – Retrieval-Augmented Generation on Wikipedia
15
 
16
  This is a lightweight Retrieval-Augmented Generation (RAG) app built with Gradio. It combines semantic search over a mini Wikipedia (`rag-datasets/rag-mini-wikipedia`) corpus with reranking and language generation to answer natural language questions using real documents.