Skip to content

Commit 216f93f

Browse files
committed
docs:更新 langchain4j 专栏
1 parent d41ff2b commit 216f93f

18 files changed

+3212
-1849
lines changed

docs/.vuepress/config.js

Lines changed: 60 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -752,18 +752,13 @@ module.exports = {
752752
link: '/md/AI/00-rag-introduction-tool-to-eliminate-llm-hallucinations'
753753
},
754754
{
755-
text: 'Agent基础',
755+
text: 'Agent',
756756
link: '/md/AI/01-what-are-agents'
757757
},
758-
{
759-
text: 'Agent项目实战',
760-
link: '/md/AI/01-three-minute-fastapi-ai-agent-setup'
761-
},
762758
{
763759
text: 'LangGraph',
764760
link: '/md/AI/00-introduce-to-LangGraph'
765761
},
766-
767762
{
768763
text: 'LangChain4j',
769764
link: '/md/AI/langchain4j/01-intro'
@@ -1117,6 +1112,7 @@ module.exports = {
11171112
sidebarDepth: 0,
11181113
children: [
11191114
"TCP协议详解",
1115+
"TCP连接的建立和断开受哪些系统配置影响?",
11201116
"天天说架构,那CDN到底是什么?",
11211117
"计算机网络-网络层原理",
11221118
]
@@ -1904,16 +1900,26 @@ module.exports = {
19041900
}, ],
19051901

19061902
"/md/llm/": [{
1907-
title: "GPT发展",
1908-
collapsable: false,
1909-
sidebarDepth: 0,
1910-
children: [
1911-
"00-免费大模型API",
1912-
"Claude3到底多强",
1913-
"GPTs推荐",
1914-
"ChatGPT为啥不用Websocket而是EventSource",
1915-
]
1916-
}, ],
1903+
title: "GPT发展",
1904+
collapsable: false,
1905+
sidebarDepth: 0,
1906+
children: [
1907+
"00-免费大模型API",
1908+
"Claude3到底多强",
1909+
"GPTs推荐",
1910+
"ChatGPT为啥不用Websocket而是EventSource",
1911+
]
1912+
},
1913+
{
1914+
title: "Prompt工程",
1915+
collapsable: false,
1916+
sidebarDepth: 0,
1917+
children: [
1918+
"01-Prompt网站",
1919+
"02-常用Prompt",
1920+
]
1921+
},
1922+
],
19171923

19181924
"/md/AI/ml/": [{
19191925
title: "机器学习",
@@ -1930,31 +1936,35 @@ module.exports = {
19301936
}, ],
19311937

19321938
"/md/AI/langchain4j/": [{
1933-
title: "LangChain4j基础",
1934-
collapsable: false,
1935-
sidebarDepth: 0,
1936-
children: [
1937-
"01-intro",
1938-
"04-最新发布功能",
1939-
]
1940-
}, ],
1941-
1942-
"/md/AI/": [{
1943-
title: "LLM应用开发",
1939+
title: "LangChain4j基础",
19441940
collapsable: false,
19451941
sidebarDepth: 0,
19461942
children: [
1947-
"AI大模型企业应用实战",
1948-
"00-为什么要学习大模型",
1949-
"01-大语言模型发展",
1950-
"02-domestic-and-international-llm-multi-model-strong-applications",
1951-
"03-large-language-model-flaws",
1952-
"04-ai-ecosystem-industry-analysis",
1953-
"05-ai-era-turning-point-for-app-developers",
1954-
"06-智能体项目案例",
1943+
"01-intro",
1944+
"get-started",
1945+
"spring-boot-integration",
1946+
"chat-and-language-models",
1947+
"chat-memory",
1948+
"response-streaming",
1949+
"ai-services",
1950+
"tools",
19551951
]
19561952
},
1953+
19571954
{
1955+
title: "LangChain4j新特性",
1956+
collapsable: false,
1957+
sidebarDepth: 0,
1958+
children: [
1959+
"04-0-最新发布功能",
1960+
"04-1-最新发布功能",
1961+
"04-2-最新发布功能",
1962+
"04-3-最新发布功能",
1963+
]
1964+
},
1965+
],
1966+
1967+
"/md/AI/": [{
19581968
title: "LangChain",
19591969
collapsable: false,
19601970
sidebarDepth: 0,
@@ -1980,6 +1990,21 @@ module.exports = {
19801990
"04-prompt-helping-llm-understand-knowledge",
19811991
]
19821992
},
1993+
{
1994+
title: "LLM应用开发",
1995+
collapsable: false,
1996+
sidebarDepth: 0,
1997+
children: [
1998+
"AI大模型企业应用实战",
1999+
"00-为什么要学习大模型",
2000+
"01-大语言模型发展",
2001+
"02-domestic-and-international-llm-multi-model-strong-applications",
2002+
"03-large-language-model-flaws",
2003+
"04-ai-ecosystem-industry-analysis",
2004+
"05-ai-era-turning-point-for-app-developers",
2005+
"06-智能体项目案例",
2006+
]
2007+
},
19832008
{
19842009
title: "Agent基础",
19852010
collapsable: false,

0 commit comments

Comments
 (0)