https://github.com/alihassanml/chatbot-with-langgraph_groq
LangGraph for designing complex conversational flows.
https://github.com/alihassanml/chatbot-with-langgraph_groq
groq langchain langgraph
Last synced: 4 months ago
JSON representation
LangGraph for designing complex conversational flows.
- Host: GitHub
- URL: https://github.com/alihassanml/chatbot-with-langgraph_groq
- Owner: alihassanml
- License: mit
- Created: 2024-11-18T11:59:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T12:04:03.000Z (11 months ago)
- Last Synced: 2025-03-16T08:41:49.795Z (7 months ago)
- Topics: groq, langchain, langgraph
- Language: Jupyter Notebook
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chatbot with LangGraph and GROQ API
This repository demonstrates the integration of LangGraph with the GROQ API to create an intelligent chatbot. The project showcases:
- **LangGraph** for designing complex conversational flows.
- **GROQ API** for high-performance inference with large language models.
- Implementation of dynamic, context-aware chatbot features.
## Key Features:
- Modular code structure for scalability.
- Seamless integration with LangChain and external APIs.
- Optimized for quick responses and efficient memory usage.Explore the repo [here](https://github.com/alihassanml/chatbot-with-langgraph_groq.git).