Streamlit Agentic ChatBot app built with langgraph workflow
:
- Workflow :
LangGraph
Workflow with memory and session management - Inference & LLM :
Groq Inference
, Model :llama3.2 3b
pip install -r requirements.txt
streamlit run main.py
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 Work-Flow