Langchain Chatchat
Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and Llama) RAG and Agent app with langchain.
01 // How It Works
By leveraging LangChain, the application isolates runtime dependencies while maintaining low-latency execution traces across multi-step LLM operations.
02 // Setup Guide
- 1
Clone chatchat-space/Langchain-Chatchat from GitHub
- 2
Install dependencies with pip install -r requirements.txt (or uv sync)
- 3
Copy .env.example to .env and add your API keys
- 4
Run the skill server and connect your AI client via stdio or HTTP
Related Skills
Related Projects
AI Agent Governance - Policy-Based Sandboxing
Learn how to build a governance layer that enforces deterministic policies on AI agents, preventing dangerous actions before they execute..
Advanced AI AgentsAI Negotiation Battle Simulator
Watch two AI agents battle it out in an epic used car negotiation! Built with Google ADK for the backend agents and AG-UI + CopilotKit for a jaw-dropping reactive frontend.
Advanced AI AgentsCodebase Migration & Refactor Planner (LangGraph)
An AI-powered multi-agent codebase migration assistant built with LangGraph and Streamlit that plans file-by-file refactoring tasks, performs human-in-the-loop (HITL) risk review, fans out parallel refactoring workers, and aggregates...