-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdocs.json
More file actions
199 lines (199 loc) · 5.39 KB
/
docs.json
File metadata and controls
199 lines (199 loc) · 5.39 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "LangChat AI Learning",
"colors": {
"primary": "#0060FF",
"light": "#688FE8",
"dark": "#0034FF"
},
"favicon": "/favicon.ico",
"background": {
"decoration": "gradient",
"color": {
"dark": "#0b0c0f"
}
},
"navigation": {
"tabs": [
{
"tab": "LangChain4j 学习",
"groups": [
{
"group": "关于",
"pages": [
"langchain4j-docs/startup"
]
},
{
"group": "基础入门",
"pages": [
"langchain4j-docs/01-introduction-to-langchain4j",
"langchain4j-docs/02-your-first-chat-application"
]
},
{
"group": "核心概念",
"pages": [
"langchain4j-docs/03-deep-dive-into-chatmodel",
"langchain4j-docs/04-model-parameters-configuration",
"langchain4j-docs/05-chatmessage-types-explained",
"langchain4j-docs/06-chatmemory-conversation-management",
"langchain4j-docs/07-embedding-model-and-vectors",
"langchain4j-docs/08-embedding-store-and-vector-storage",
"langchain4j-docs/09-tools-and-function-calling",
"langchain4j-docs/10-rag-retrieval-augmented-generation",
"langchain4j-docs/11-ai-services-explained",
"langchain4j-docs/12-streaming-output-detailed"
]
},
{
"group": "高级功能",
"pages": [
"langchain4j-docs/13-classification",
"langchain4j-docs/14-json-handling",
"langchain4j-docs/15-logging",
"langchain4j-docs/16-observability",
"langchain4j-docs/17-image-models",
"langchain4j-docs/18-customizable-http-client",
"langchain4j-docs/19-structured-outputs"
]
},
{
"group": "工程实践",
"pages": [
"langchain4j-docs/20-testing-and-evaluation",
"langchain4j-docs/21-error-handling-and-retry",
"langchain4j-docs/22-guardrails",
"langchain4j-docs/23-spring-boot-integration",
"langchain4j-docs/24-websocket-real-time-communication",
"langchain4j-docs/25-performance-optimization"
]
},
{
"group": "生产部署",
"pages": [
"langchain4j-docs/26-security-and-authentication",
"langchain4j-docs/27-deployment-and-operations",
"langchain4j-docs/28-cost-optimization",
"langchain4j-docs/29-troubleshooting",
"langchain4j-docs/30-other-model-providers"
]
},
{
"group": "高级主题",
"pages": [
"langchain4j-docs/31-custom-model-integration",
"langchain4j-docs/32-local-model-deployment",
"langchain4j-docs/33-advanced-rag-techniques",
"langchain4j-docs/34-agent-and-tool-use",
"langchain4j-docs/35-multimodal-applications"
]
},
{
"group": "项目实战",
"pages": [
]
}
]
}
],
"global": {
"anchors": [
{
"anchor": "LangChat官网",
"href": "https://langchat.cn",
"icon": "book-open-cover"
},
{
"anchor": "Github",
"href": "https://gitee.com/langchat/langchat",
"icon": "github"
}
]
}
},
"logo": {
"light": "/images/fulllogo.png",
"dark": "/images/fulllogo-dark.png"
},
"navbar": {
"links": [
{
"label": "Gitee开源",
"href": "https://gitee.com/LangChat/ai-tutorials"
},
{
"label": "Github开源",
"href": "https://github.com/LangChat/ai-tutorials"
}
],
"primary": {
"type": "button",
"label": "LangChat",
"href": "https://langchat.cn"
}
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude"
]
},
"footer": {
"socials": {
"github": "https://gitee.com/langchat/langchat/",
"linkedin": "https://langchat.cn/"
},
"links": [
{
"header": "Company",
"items": [
{
"label": "LangChat官网",
"href": "https://langchat.cn/"
},
{
"label": "LangChat商业白皮书",
"href": "https://langchat.cn/introduce"
},
{
"label": "LangChat开源地址",
"href": "https://gitee.com/langchat/langchat"
}
]
},
{
"header": "Resources",
"items": [
{
"label": "Github",
"href": "https://github.com/langchat/langchat"
},
{
"label": "Gitee",
"href": "https://gitee.com/langchat/langchat"
},
{
"label": "LangChain4j",
"href": "https://github.com/langchain4j/langchain4j"
}
]
}
]
},
"integrations": {
"ga4": {
"measurementId": "G-XXXXXXXXXX"
},
"telemetry": {
"enabled": true
},
"cookies": {
"key": "example_cookie_key",
"value": "example_cookie_value"
}
}
}