Skip to content
UtilityHub Logo
UtilityHub
Research Apache-2.0 Score: 74

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.

Category: Research
License: Apache-2.0

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. 1

    Clone chatchat-space/Langchain-Chatchat from GitHub

  2. 2

    Install dependencies with pip install -r requirements.txt (or uv sync)

  3. 3

    Copy .env.example to .env and add your API keys

  4. 4

    Run the skill server and connect your AI client via stdio or HTTP

Related Skills

Langchain

The agent engineering platform.

Research MIT
87

Related Projects