Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
"""
|
2 |
###<u> **GENERATIVE AI & LLM PROGRAMMING ASSIGNMENT # 4** </u>
|
3 |
* **NAME = HASSAN JAVAID**
|
@@ -17,17 +31,4 @@ GitHub Repo Link:
|
|
17 |
This file and relavant repos are the property of the author and is under MIT License. Give credit when sharing.
|
18 |
"""
|
19 |
|
20 |
-
---
|
21 |
-
title: Researcher RAG
|
22 |
-
emoji: π
|
23 |
-
colorFrom: indigo
|
24 |
-
colorTo: indigo
|
25 |
-
sdk: gradio
|
26 |
-
sdk_version: 5.8.0
|
27 |
-
app_file: app.py
|
28 |
-
pinned: false
|
29 |
-
license: mit
|
30 |
-
short_description: A multi-agentic RAG for doc & internet related queries
|
31 |
-
---
|
32 |
-
|
33 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
+
---
|
2 |
+
title: Researcher RAG
|
3 |
+
emoji: π
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.8.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
short_description: A multi-agentic RAG for doc & internet related queries
|
12 |
+
---
|
13 |
+
|
14 |
+
|
15 |
"""
|
16 |
###<u> **GENERATIVE AI & LLM PROGRAMMING ASSIGNMENT # 4** </u>
|
17 |
* **NAME = HASSAN JAVAID**
|
|
|
31 |
This file and relavant repos are the property of the author and is under MIT License. Give credit when sharing.
|
32 |
"""
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|