Gourisankar Padihary commited on
Commit
64b3de4
·
1 Parent(s): 6e919cb

readme file updated

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # Realtime RAG Pipeline
2
 
3
  This Space hosts a Retrieval-Augmented Generation (RAG) pipeline for [application description].
@@ -17,6 +27,5 @@ To start the application, simply run the provided app script (`app.py` for examp
17
  This Space requires the following configuration:
18
  - Hugging Face API keys for [use case].
19
  - Ensure that the following environment variables are set:
20
-
21
-
22
- If you encounter any issues, check the logs in the **Settings** section.
 
1
+ ---
2
+ sdk: gradio # or 'streamlit' based on your app
3
+ license: apache-2.0
4
+ hardware: gpu # Optional, if your app needs GPU
5
+ tags:
6
+ - gradio
7
+ - rag-pipeline
8
+ - example
9
+ ---
10
+
11
  # Realtime RAG Pipeline
12
 
13
  This Space hosts a Retrieval-Augmented Generation (RAG) pipeline for [application description].
 
27
  This Space requires the following configuration:
28
  - Hugging Face API keys for [use case].
29
  - Ensure that the following environment variables are set:
30
+ - `MY_API_KEY`: Your API key for [service].
31
+ - `MODEL_NAME`: The model you are using.