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.