title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned | license | short_description |
---|---|---|---|---|---|---|---|---|---|
Real Time RAG Application |
🤺⌚ |
green |
yellow |
gradio |
4.42.0 |
app.py |
false |
apache-2.0 |
Real-time AI App with Groq API and LangChain |
- Generate the Groq API by going to the website: https://console.groq.com/keys.
- Create the environment variable "Groq_API_Key" using the API.
- Install all the required Python Packages using
pip install -r requirements.txt
- Run the Gradio app file
python app.py