Skip to content

Streamlit ChatBot App built with LangGraph, Memory management, Groq LLM Inference

Notifications You must be signed in to change notification settings

0xZee/streamlit_langgraph_chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 streamlit langgraph chatbot

Streamlit Agentic ChatBot app built with langgraph workflow :

  • Workflow : LangGraph Workflow with memory and session management
  • Inference & LLM : Groq Inference, Model : llama3.2 3b

App Screenshot

pip install -r requirements.txt
streamlit run main.py

ChatBot App

⌨ APP DOCKERFILE :

To build the App from Dockerfile

docker build -t chatbot-app .
docker run -p 8501:8501 \
    -e GROQ_API_KEY=your_groq_api_key \
    chatbot-app

📊 LangGraph WorkFlow

LangGraph Work-Flow

Workflow

About

Streamlit ChatBot App built with LangGraph, Memory management, Groq LLM Inference

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages