8000 GitHub - jainalphin/qa-groq-chatbot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jainalphin/qa-groq-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Q&A with GROQ

This project is a Streamlit-based Q&A chatbot that uses the GROQ API to answer user queries. The application is based LangChain components to build a conversational bot.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/qa-groq-chatbot.git
    cd qa-groq-chatbot

Create and activate a virtual environment (optional but recommended):

python -m venv venv

# On Windows
venv\Scripts\activate

# On macOS/Linux
source venv/bin/activate

Install the required dependencies:

    pip install -r requirements.txt

Configuration

  • The application uses environment variables for LangChain settings. Create a .env file in the project root if you need to load additional environment variables using python-dotenv.
  • Provide your GROQ API key via the Streamlit sidebar when running the app.

Running the App

To launch the Streamlit app, run:

streamlit run app.py

Project Structure

  • app.py – Main application file containing the Streamlit UI and chat logic.
  • README.md – This file.
  • requirements.txt – List of Python dependencies.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0