awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
chatchat-space avatar

chatchat-space/Langchain-Chatchat

0
View on GitHub↗
38,211 星标·6,215 分支·Python·Apache-2.0·17 次浏览

Langchain Chatchat

Langchain-Chatchat is a system for building retrieval-augmented generation applications and autonomous AI agents. It integrates a knowledge base management system and an agent framework to enable language models to interact with private documents and execute multi-step tasks through external tools.

The platform supports local deployment of language models on private infrastructure to operate without an internet connection. It includes a multimodal AI platform that combines vision models for image analysis with text-to-image generation capabilities.

The system provides a web-based conversational interface for session management and structured data querying. Its supporting capabilities cover document lifecycle management, including the processing of text chunks and embeddings for knowledge base retrieval.

Features

  • Knowledge Base Retrieval - Implements a system for storing and retrieving document segments from a local knowledge base to provide context for AI responses.
  • Local Model Deployment - Enables the deployment and operation of language models and retrieval workflows on private local infrastructure without internet.
  • LLM Integration Layers - Implements standardized abstraction layers to connect and swap between various local and online LLM providers.
  • AI Agent Orchestrators - Provides a framework for building multi-step automated workflows driven by language models.
  • Autonomous Agent Frameworks - Provides an orchestration layer for building autonomous agents that execute tasks using external tools.
  • Autonomous Task Execution - Enables language models to independently select and execute tools to resolve complex, multi-step queries.
  • Knowledge Base Management - Provides a pipeline for processing documents into embeddings and chunks to support AI-driven retrieval.
  • Local RAG Implementations - Implements a retrieval augmented generation system that answers questions based on private local documents.
  • Autonomous AI Agents - Provides a platform for developing self-directed agents that use language models to execute multi-step tasks via external tools.
  • Large Language Model Deployments - Supports running large-scale language models on private local hardware to ensure data privacy.
  • Local Knowledge Bases - Processes local documents into text chunks and embeddings to enable offline retrieval augmented generation.
  • LLM Chat Interfaces - Ships a web-based conversational platform for interacting with offline models like Llama and ChatGLM.
  • Conversational Interfaces - Ships a browser-based conversational interface for managing AI sessions and customizing system prompts.
  • Visual Content Analysis - Provides the ability to process images and text using vision models to extract information and answer questions about visual data.
  • Multimodal AI - Integrates vision models and text-to-image generation alongside conversational text models in a multimodal platform.
  • Pipelines - Integrates vision models for image analysis and text-to-image generation capabilities within a single platform.
  • Application Development - Local knowledge-based QA application using LLMs.
  • Knowledge Retrieval - Local knowledge base Q&A using various language models.
  • Retrieval Augmented Generation - Local knowledge base question-answering using modular chains.

Star 历史

chatchat-space/langchain-chatchat 的 Star 历史图表chatchat-space/langchain-chatchat 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Langchain Chatchat 的开源替代方案

相似的开源项目,按与 Langchain Chatchat 的功能重合度排序。
  • hwchase17/langchainjshwchase17 的头像

    hwchase17/langchainjs

    17,822在 GitHub 上查看↗

    LangChainJS is an AI agent orchestrator and application framework designed for building autonomous systems that use large language models to plan and execute tasks. It serves as an integration library that connects language models with tools, memory, and external data sources to create context-aware logic and complex workflows. The project provides a provider-agnostic interface and model provider abstraction, allowing applications to switch between different language model providers without rewriting core logic. It includes a toolkit for retrieval augmented generation, utilizing retrievers to

    TypeScript
    在 GitHub 上查看↗17,822
  • langgenius/difylanggenius 的头像

    langgenius/dify

    145,458在 GitHub 上查看↗

    Dify is an open-source platform for building, orchestrating, and deploying generative AI applications and autonomous agents. It provides a visual development environment that allows users to design complex, multi-step logic chains and conversational flows, which can then be published as APIs, web interfaces, or embedded widgets. The platform acts as a centralized infrastructure layer, managing model connections, prompt templates, and knowledge retrieval to support scalable AI-powered services. What distinguishes the platform is its focus on stateful application design and workflow orchestrati

    TypeScriptagentagentic-aiagentic-framework
    在 GitHub 上查看↗145,458
  • imclumsypanda/langchain-chatglmimClumsyPanda 的头像

    imClumsyPanda/langchain-ChatGLM

    38,183在 GitHub 上查看↗

    This project is a LangChain-based framework for building retrieval-augmented generation systems, autonomous agents, and multimodal chatbots. It functions as an open-source orchestrator that connects local inference engines and online APIs to manage various large language model deployments. The system distinguishes itself by providing specialized interfaces for local knowledge bases, allowing the loading and vectorization of private documents to create context-aware assistants. It also supports multimodal capabilities, enabling the processing of both text and image inputs through vision-capabl

    Python
    在 GitHub 上查看↗38,183
  • pewdiepie-archdaemon/odysseuspewdiepie-archdaemon 的头像

    pewdiepie-archdaemon/odysseus

    72,184在 GitHub 上查看↗

    Odysseus is a self-hosted AI workspace and autonomous agent framework designed for deploying and managing large language models. It serves as a centralized platform for orchestrating agentic tasks, utilizing a model context protocol server to connect AI models to external system utilities, browser automation, and local hardware. The system distinguishes itself through a combination of retrieval-augmented generation and a RAG knowledge base, using vector stores and local embeddings to provide persistent semantic memory. It further integrates AI-driven communication management to triage email i

    Python
    在 GitHub 上查看↗72,184
查看 Langchain Chatchat 的所有 30 个替代方案→

常见问题解答

chatchat-space/langchain-chatchat 是做什么的?

Langchain-Chatchat is a system for building retrieval-augmented generation applications and autonomous AI agents. It integrates a knowledge base management system and an agent framework to enable language models to interact with private documents and execute multi-step tasks through external tools.

chatchat-space/langchain-chatchat 的主要功能有哪些?

chatchat-space/langchain-chatchat 的主要功能包括:Knowledge Base Retrieval, Local Model Deployment, LLM Integration Layers, AI Agent Orchestrators, Autonomous Agent Frameworks, Autonomous Task Execution, Knowledge Base Management, Local RAG Implementations。

chatchat-space/langchain-chatchat 有哪些开源替代品?

chatchat-space/langchain-chatchat 的开源替代品包括: hwchase17/langchainjs — LangChainJS is an AI agent orchestrator and application framework designed for building autonomous systems that use… langgenius/dify — Dify is an open-source platform for building, orchestrating, and deploying generative AI applications and autonomous… imclumsypanda/langchain-chatglm — This project is a LangChain-based framework for building retrieval-augmented generation systems, autonomous agents,… pewdiepie-archdaemon/odysseus — Odysseus is a self-hosted AI workspace and autonomous agent framework designed for deploying and managing large… zai-org/glm-4.5 — GLM-4.5 is a multimodal large language model and advanced reasoning system. It functions as an AI coding assistant, an… nousresearch/hermes-agent — Hermes-agent is an autonomous AI agent framework and runtime designed to execute complex tasks and synthesize new…