GraphCanon updated 1d · GitHub synced 1d · 32 views this month
Decision brief
Decision-Critical Facts for 'llm-books'
- Pricing:
- unknown
Observed Jul 12, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Dormant (629d since push)
- As of 1d
- Provenance
- Not a fork · Personal account
- As of 1d
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install llm-books PyPIHow it fits your stack(9)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
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
A collection of notes and practices for developing applications utilizing Large Language Models (LLMs), including the use of APIs such as ChatGPT and LangChain.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Aug 21, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Aug 21, 2026
- Languages
- python
Source: github.language · Aug 21, 2026
Categories
Graph entities
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 21, 2026)
我的新书[《LangChain编程从入门到实践》](https://u.jd.com/V8pkqFY) 已经开售!推荐正在学习AI应用开发的朋友购买阅读!Source link
Source: README excerpt (regex_v1, Aug 21, 2026)
* [基于 OpenAI API 搭建一个端到端问答系统](https://aitutor.liduos.com/01-llm/01-5.html)Source link
Source: README excerpt (regex_v1, Aug 21, 2026)
* [你好, ChatGPT](https://aitutor.liduos.com/01-llm/01-2.html)Source link
Tags
README
欢迎 star🌟 ,持续关注《LLM 应用开发实践笔记》
我的新书《LangChain编程从入门到实践》 已经开售!推荐正在学习AI应用开发的朋友购买阅读!
‼️‼️重要更新 新增LLM 应用评估与测试、RAG专题、国内模型厂商API解读 3个章节
本地阅读
构建gitbook镜像(可选)
下载本仓库后,执行docker build . -t <image:tag>构建自定义镜像,也可以直接使用我构建好的镜像morso1/gitbook-server:3.2.3
启动gitbook服务
cd llm-book
docker run --rm -v "$PWD/LLMProjects:/gitbook" -p 4000:4000 morso1/gitbook-server:3.2.3 gitbook serve
本地打开4000端口开始阅读
目录大纲
- 前言
- 大语言模型概述
- LangChain入门
- LlamaIndex 概述
- HuggingGPT 实现
- LLMOps 专题
- Agent 专题
- RAG专题
- LLM 应用评估与测试
- 国内模型厂商API解读
- 基于大型语言模型的生成式AI
For agents
This page has a .md twin and JSON over the API.