A Chinese-language playbook for the LLM stack
Curated notes and code walkthroughs for the full LLM stack, from OpenAI APIs to domestic Chinese models.

What it does
This repository hosts llm-books, a comprehensive Chinese-language knowledge base for building LLM applications. It organizes concepts, walkthroughs, and implementations into a GitBook-style curriculum covering LangChain, LlamaIndex, HuggingFace, RAG pipelines, Agents, LLMOps, and evaluation methodologies. The material doubles as companion content for the author’s published LangChain book.
The interesting bit The scope is unusually holistic for a single resource: it treats OpenAI API fundamentals, HuggingGPT multimodal design, and domestic Chinese model APIs—MiniMax, Zhipu AI, MoonShot—as chapters in one continuous course. That makes it a rare bridge between the English-language LLM ecosystem and its Chinese counterparts.
Key highlights
- Covers the full application lifecycle: prompt engineering, chains, agents, embedding, retrieval, generation, and testing
- Includes dedicated chapters on RAG architecture and LLM evaluation/testing
- Surveys six domestic Chinese LLM providers and their APIs
- Content is packaged as a browsable GitBook with an optional local Docker image
- Recently expanded with three new chapters on evaluation, RAG, and Chinese model APIs
Caveats
- The content is entirely in Chinese; no English translation is provided
- The README lists chapter titles and external links but does not clarify how much of the repository is runnable code versus prose documentation
- Some sections serve as direct marketing for the author’s commercial LangChain book
Verdict A solid starting point if you read Chinese and want a structured, opinionated tour through the LLM application stack. English-only developers or those seeking a pure code repository should skip it.
Frequently asked
- What is morsoli/llm-books?
- Curated notes and code walkthroughs for the full LLM stack, from OpenAI APIs to domestic Chinese models.
- Is llm-books open source?
- Yes — morsoli/llm-books is an open-source project tracked on heatdrop.
- What language is llm-books written in?
- morsoli/llm-books is primarily written in Python.
- How popular is llm-books?
- morsoli/llm-books has 767 stars on GitHub.
- Where can I find llm-books?
- morsoli/llm-books is on GitHub at https://github.com/morsoli/llm-books.