Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Researcher RAG
|
3 |
emoji: π
|
|
|
1 |
+
"""
|
2 |
+
###<u> **GENERATIVE AI & LLM PROGRAMMING ASSIGNMENT # 4** </u>
|
3 |
+
* **NAME = HASSAN JAVAID**
|
4 |
+
* **ROLL NO. = MSCS23001**
|
5 |
+
* **TASK = Implementation of Multi-Agentic Retreival Augmented Generation (RAG) for document and search related queries**
|
6 |
+
* **LLM used: CHATGROQ WITH RAG**
|
7 |
+
|
8 |
+
This file i.e. app.py is shared for deployment on Hugging Face Spaces. This file was submitted as part of course
|
9 |
+
CS-500 Generative AI & LLM conducted in ITU, Lahore during Fall-2024.
|
10 |
+
|
11 |
+
Hugging Face Space Link:
|
12 |
+
|
13 |
+
|
14 |
+
GitHub Repo Link:
|
15 |
+
|
16 |
+
|
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: π
|