Spaces:
Running
Running
A newer version of the Gradio SDK is available:
5.5.0
metadata
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
short_description: Real-time AI App with Groq API and LangChain
Project Diagram
To run the App
- 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