Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 995 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 995 Bytes

Groq-SQL-Agent

Features:

  1. Websockets-powered chatbots for real-time Communication.
  2. Chatbots are equipped with Session memory (Until you refresh, the chatbot remembers the previous conversation)
  3. GROQ-LLM used for Ultra-Fast responses.
  4. Multiple users can use it simultaneously. (The concept of UUID and rooms is implemented)
  5. LangChain is used for the efficient orchestration of functions.

How to run locally ?

  1. Clone the repo
https://github.com/Spyrosigma/Groq-SQL-Agent.git
  1. Install necessary modules
pip install -r requirements.txt
  1. Create a .env file and fill in the creds:
  • GROQ_API_KEY
  • Your Database URL and API key (You've to set it up)
  1. There are 2 Agents, run them with these commands:

    • Satellite Image Agent
      python satellite.py
    • Housekeeping Satellite Agent
      python telementry.py  
  2. Run the index.html file for Chatbot Interaction.