-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy path_quarto.yml
More file actions
99 lines (94 loc) · 2.44 KB
/
_quarto.yml
File metadata and controls
99 lines (94 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
project:
type: book
output-dir: public
lang: zh
book:
title: "Large Language Model in Action"
favicon: favicon.png
open-graph: true
author: "VII QA"
date: today
date-format: "YYYY-MM-DD"
cover-image: cover.png
repo-url: https://github.com/wangwei1237/LLM_in_Action
repo-actions: [edit, issue]
search: true
page-footer: Copyright VII-QA. All Rights Reserved.
chapters:
- index.qmd
- preface.qmd
- part: "LLM 基本概念"
chapters:
- llm_intro.qmd
- tokens.qmd
- embedding.qmd
- sft.qmd
- prompt_engineer.qmd
- hallucination.qmd
- rag_intro.qmd
- agent_intro.qmd
- assistants.qmd
- part: "LangChain"
chapters:
- langchain_intro.qmd
- langchain_serialization.qmd
- langchain_retrieval.qmd
- langchain_function_call.qmd
- langchain_agent_react.qmd
- langchain_agent_chat.qmd
- langchain_openai_assistant.qmd
- langchain_agent_fc.qmd
- langchain_agent_pae.qmd
- langsmith_intro.qmd
- part: "Semantic Kernel"
chapters:
- semantickernel_intro.qmd
- semantickernel_prompt.qmd
- semantickernel_plugins.qmd
- semantickernel_promptflow.qmd
- part: "其他框架"
chapters:
- autogen.qmd
- embedchain_intro.qmd
- langflow_intro.qmd
- part: "Case Study"
chapters:
- case1.qmd
- references.qmd
appendices:
- glossary.qmd
- langchain_install.qmd
- milvus_install.qmd
site-url: https://wangwei1237.github.io/LLM_in_Action/
navbar:
logo: favicon.png
search: true
left:
- text: "博客"
icon: "house-fill"
href: "https://wangwei1237.github.io/"
- text: "书籍"
icon: "bookshelf"
menu:
- text: "动手学深度学习"
href: "https://zh.d2l.ai/"
- text: "Learn Prompting"
href: "https://learnprompting.org/zh-Hans/docs/intro"
- text: "Stabel Diffusion 提示词手册"
href: "https://pan.baidu.com/s/1dciwgbhO-lfKyRo8lOqW9Q?pwd=cm9q"
- text: "关于"
icon: "person-badge-fill"
href: "https://wangwei1237.github.io/aboutme/"
bibliography: references.bib
csl: acm-sig-proceedings.csl
format:
html:
theme:
light: [cosmo, theme.scss]
code-copy: true
code-overflow: wrap
cover-image: cover.png
comments:
utterances:
repo: wangwei1237/LLM_in_Action
label: comment