File size: 613 Bytes
a6d1d2c
27ac14c
5fc0f39
27ac14c
 
a6d1d2c
 
 
 
 
27ac14c
a6d1d2c
6203bac
 
 
 
 
 
 
a6d1d2c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: Real Time RAG Application
emoji: 🤺⌚
colorFrom: green
colorTo: yellow
sdk: gradio
sdk_version: 4.42.0
app_file: app.py
pinned: false
license: apache-2.0
description: Real-time AI App with Groq API and LangChain
---
## To run the App
1. Generate the Groq API by going to the website: https://console.groq.com/keys.
2. Create the environment variable "Groq_API_Key" using the API.
3. Install all the required Python Packages using `pip install -r requirements.txt`
4. Run the Gradio app file `python app.py`

![image](https://github.com/user-attachments/assets/665d7df4-4fd3-47d4-91a1-a3cd52b31de7)