awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
liaokongVFX avatar

liaokongVFX/LangChain-Chinese-Getting-Started-Guide

0
View on GitHub↗
9,039 stars·710 forks·13 vues

LangChain Chinese Getting Started Guide

This project is a collection of tutorials and guides for building large language model applications using the LangChain framework, written in Chinese. It serves as a learning resource for developing software that integrates language models with memory and chain-based logic.

The resource provides specific walkthroughs for implementing retrieval augmented generation systems using vector stores and document loaders. It includes guides on creating autonomous agents that dynamically select and execute external tools, as well as tutorials for translating plain text queries into executable database commands.

The guides cover a broad range of capabilities, including the construction of custom knowledge bases, the implementation of conversational memory, and the execution of natural language data querying. It also addresses data processing tasks such as loading documents from diverse sources, splitting text for token limits, and extracting structured data from the web.

Features

  • LLM Application Frameworks - Serves as a comprehensive guide to building applications powered by large language models using the LangChain framework.
  • Retrieval-Augmented Generation - Provides comprehensive tutorials for implementing retrieval augmented generation systems to ground model responses in external data.
  • Autonomous Agents - Guides the creation of autonomous agents that integrate memory, tool usage, and decision-making to perform tasks.
  • Chaining Pipelines - Sequences multiple language model calls and data processing steps into repeatable execution pipelines.
  • RAG Implementations - Implements architectures that retrieve relevant documents from vector stores to augment LLM prompt context.
  • RAG Tutorials - Delivers practical educational guides for implementing retrieval-augmented generation systems.
  • Tool-Using Agents - Provides guides on creating agents that dynamically select and execute external tools based on user input.
  • Natural Language to SQL - Maps natural language prompts to specific relational table definitions to generate executable database queries.
  • Knowledge Base Construction - Walks through the full pipeline of parsing documents and generating embeddings for semantic retrieval.
  • Local Knowledge Bases - Guides the construction of local systems for parsing and indexing documents for private information retrieval.
  • LLM-Based SQL Generation - Translates natural language queries into executable SQL commands using language model schemas.
  • Application Development Guides - Provides tutorials for building end-to-end applications that integrate LLMs with memory and logical chains.
  • LLM Learning Resources - Offers a curated collection of Chinese-language tutorials and educational materials for learning LLM application development.
  • Compositional Transformation Pipelines - Composes complex logic by chaining sequential data transformations and model calls into a single pipeline.
  • Development Guides - Provides detailed walkthroughs for creating agents that dynamically select and execute external tools.
  • Conversational Memory Systems - Manages and stores historical interaction data to provide context for ongoing AI conversations.
  • Conversation Memory Stores - Implements conversational memory by storing and injecting interaction history to preserve context.
  • Conversation State Persistence - Supports the persistence of conversation state and history across multiple interactions.
  • Text Chunks - Provides methods for splitting documents into smaller segments to remain within token limits.
  • Document Loaders - Includes guides on importing data from diverse formats like files and video transcripts.
  • Vector Storage - Demonstrates how to use specialized storage engines to persist high-dimensional vectors for semantic search.
  • Vector Memory Stores - Uses vector stores to index and retrieve relevant document chunks via semantic similarity search.
  • Vector Storage - Converts text into numerical embeddings and stores them in databases for similarity lookups.
  • Tutorials and Notebooks - Chinese language getting started guide.

Historique des stars

Graphique de l'historique des stars pour liaokongvfx/langchain-chinese-getting-started-guideGraphique de l'historique des stars pour liaokongvfx/langchain-chinese-getting-started-guide

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait liaokongvfx/langchain-chinese-getting-started-guide ?

This project is a collection of tutorials and guides for building large language model applications using the LangChain framework, written in Chinese. It serves as a learning resource for developing software that integrates language models with memory and chain-based logic.

Quelles sont les fonctionnalités principales de liaokongvfx/langchain-chinese-getting-started-guide ?

Les fonctionnalités principales de liaokongvfx/langchain-chinese-getting-started-guide sont : LLM Application Frameworks, Retrieval-Augmented Generation, Autonomous Agents, Chaining Pipelines, RAG Implementations, RAG Tutorials, Tool-Using Agents, Natural Language to SQL.

Quelles sont les alternatives open-source à liaokongvfx/langchain-chinese-getting-started-guide ?

Les alternatives open-source à liaokongvfx/langchain-chinese-getting-started-guide incluent : tmc/langchaingo — langchaingo is an LLM application framework for Go designed for building language model-powered applications and… langroid/langroid — Langroid is a multi-agent orchestration framework and tool integration suite designed for building complex AI… mastra-ai/mastra — Mastra is an orchestration framework designed for building, deploying, and managing autonomous AI agents and… hwchase17/langchain — LangChain is a framework for building applications that chain large language models with external data sources and… datawhalechina/llm-cookbook — This repository is a comprehensive set of tutorials and examples for building software powered by large language… sylphai-inc/adalflow — AdalFlow is an autonomous AI agent framework and LLM application library designed for building modular workflows. It…

Alternatives open source à LangChain Chinese Getting Started Guide

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec LangChain Chinese Getting Started Guide.
  • tmc/langchaingoAvatar de tmc

    tmc/langchaingo

    9,416Voir sur GitHub↗

    langchaingo is an LLM application framework for Go designed for building language model-powered applications and autonomous agents. It serves as an orchestration library and tool integration framework that allows developers to link prompt sequences and model calls into complex, multi-step workflows. The project provides a toolkit for implementing retrieval-augmented generation pipelines by processing unstructured documents and retrieving relevant context via vector search. It includes a dedicated integration layer for indexing high-dimensional embeddings and performing similarity searches acr

    Go
    Voir sur GitHub↗9,416
  • langroid/langroidAvatar de langroid

    langroid/langroid

    3,894Voir sur GitHub↗

    Langroid is a multi-agent orchestration framework and tool integration suite designed for building complex AI applications. It serves as a multi-modal integration layer that connects diverse local and remote language models with an agentic retrieval-augmented generation system. The project distinguishes itself through a collaborative message-exchange paradigm, allowing specialized agents to delegate tasks hierarchically and coordinate via structured communication. It features an advanced state management system for conversational AI, including the ability to rewind and prune conversation hist

    Pythonagentsaichatgpt
    Voir sur GitHub↗3,894
  • mastra-ai/mastraAvatar de mastra-ai

    mastra-ai/mastra

    21,221Voir sur GitHub↗

    Mastra is an orchestration framework designed for building, deploying, and managing autonomous AI agents and multi-agent systems. It provides a comprehensive suite of primitives for creating resilient AI applications, including durable workflow orchestration, event-driven agent loops, and semantic memory management. By integrating these core components, the platform enables developers to build complex, multi-step processes that can reason about goals and execute tasks without manual intervention. The framework distinguishes itself through its focus on observability and secure, isolated execut

    TypeScriptagentsaichatbots
    Voir sur GitHub↗21,221
  • datawhalechina/llm-cookbookAvatar de datawhalechina

    datawhalechina/llm-cookbook

    24,263Voir sur GitHub↗

    This repository is a comprehensive set of tutorials and examples for building software powered by large language models. It serves as an application development guide and a prompt engineering framework, providing instructional content for integrating model logic with user interfaces and external data sources. The project provides technical walkthroughs for specialized workflows, including the implementation of retrieval augmented generation using vector databases and semantic search. It includes guidance on adapting pre-trained model weights through fine-tuning with private datasets and the o

    Jupyter Notebookcookbookllm
    Voir sur GitHub↗24,263
Voir les 30 alternatives à LangChain Chinese Getting Started Guide→