Langchain-Chatchat
Local knowledge-based RAG and Agent app using Langchain and various LLMs
GraphCanon updated 1w · GitHub synced 1w
Decision brief
Langchain-Chatchat is a local RAG and agent chatbot application built using Langchain, supporting multiple language models like ChatGLM, Qwen, and Llama.
Good fit when
- - When you need a locally deployed chatbot that can provide contextual responses based on integrated knowledge bases.
- - For environments where integrating with various local LLMs is required for diverse query processing.
Avoid when
- - If your application requires real-time updates from the internet, as Langchain-Chatchat operates within a closed system without dynamic web retrieval capabilities.
- - In scenarios where deploying through Docker and managing multiple services via docker-compose might be too complex or not feasible for your operational setup.
- Requirements:
- - Access to a suitable computational environment (potentially with GPU support) for running the various language models.; - Docker deployment expertise, especially when using docker-compose for setting up multiple dependent services.
Observed Jul 11, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Slowing (270d since push)
- As of 1w
- Provenance
- Not a fork · Organization account
- As of 1w
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install Langchain-Chatchat PyPIHow it fits your stack(55)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Alternative
Integrates
Related
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Langchain-Chatchat is a local chatbot application that integrates with different language models like ChatGLM, Qwen, and Llama to provide RAG (Retrieval-Augmented Generation) and agent functionalities.
Capability facts
- Languages
- python
Source: github.language+pyproject.toml · Aug 7, 2026
Categories
Graph entities
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 7, 2026)
docker pull ccr.ccs.tencentyun.com/langchain-chatchat/chatchat:0.3.1.3-93e2c87-20240829 # 国内镜像Source link
Tags
README
Docker 部署
docker pull chatimage/chatchat:0.3.1.3-93e2c87-20240829
docker pull ccr.ccs.tencentyun.com/langchain-chatchat/chatchat:0.3.1.3-93e2c87-20240829 # 国内镜像
[!important] 强烈建议: 使用 docker-compose 部署, 具体参考 README_docker
For agents
This page has a .md twin and JSON over the API.