garyg-ai commited on
Commit
9a15c32
Β·
1 Parent(s): d73d493
Files changed (1) hide show
  1. README.md +8 -44
README.md CHANGED
@@ -1,47 +1,11 @@
1
-
2
-
3
- <p align = "center" draggable=”false” ><img src="https://github.com/AI-Maker-Space/LLM-Dev-101/assets/37101144/d1343317-fa2f-41e1-8af1-1dbb18399719"
4
- width="200px"
5
- height="auto"/>
6
- </p>
7
-
8
- ## <h1 align="center" id="heading">πŸ”Your First Retrieval Augmented Generation QA Application!</h1>
9
-
10
- ### Steps to Run:
11
-
12
- 1. Create a Python 3.11 environment
13
- 2. `pip install jupyter` so you can run the notebook
14
-
15
- # Build πŸ—οΈ
16
- Build a Chainlit App that uses this code.
17
-
18
- # Ship 🚒
19
- - Deploy your Chainlit App to Hugging Face
20
- - Make a simple diagram of the RAQA process
21
-
22
- # Share πŸš€
23
- - Show your App in a loom video and explain the diagram
24
- - Make a social media post about your final application and tag @AIMakerspace
25
- - Share 3 lessons learned
26
- - Share 3 lessons not learned
27
-
28
- Here's a template to get your post started!
29
-
30
- ```
31
- πŸš€ Exciting News! πŸŽ‰
32
-
33
- I just built and shipped my very first Retrieval Augmented Generation QA Application using Chainlit and the OpenAI API! πŸ€–πŸ’Ό
34
-
35
- πŸ” Three Key Takeaways:
36
- 1️⃣ The power of combining traditional search methods with state-of-the-art generative models is mind-blowing. 🧠✨
37
- 2️⃣ Collaboration and leveraging community resources like AI Makerspace can greatly accelerate the learning curve. πŸŒ±πŸ“ˆ
38
- 3️⃣ Dive deep, keep iterating, and never stop learning. Each project brings a new set of challenges and equally rewarding lessons. πŸ”„πŸ“š
39
-
40
- A huge shoutout to the @AI Makerspace for their invaluable resources and guidance. πŸ™Œ
41
-
42
- Looking forward to more AI-driven adventures! 🌟 Feel free to connect if you'd like to chat more about it! 🀝
43
-
44
- #OpenAI #Chainlit #AIPowered #Innovation #TechJourney
45
  ```
46
 
47
 
 
1
+ title: {{title}}
2
+ emoji: {{emoji}}
3
+ colorFrom: {{colorFrom}}
4
+ colorTo: {{colorTo}}
5
+ sdk: {{sdk}}
6
+ sdk_version: {{sdkVersion}}
7
+ app_file: app.py
8
+ pinned: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ```
10
 
11