This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new f449c27570d add ai and llm catagory (#2722)
f449c27570d is described below
commit f449c27570d3334fbd2c1e7e745f714db7dcabc3
Author: yiguolei <[email protected]>
AuthorDate: Fri Aug 8 16:13:16 2025 +0800
add ai and llm catagory (#2722)
## Versions
- [x] dev
- [ ] 3.0
- [ ] 2.1
- [ ] 2.0
## Languages
- [x] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---------
Co-authored-by: yiguolei <[email protected]>
---
.../llm-functions => ai}/llm-function-overview.md | 2 +-
.../llm-functions => ai}/llm-function-overview.md | 2 +-
sidebars.json | 14 +++++++-------
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git
a/docs/sql-manual/sql-functions/ai-functions/llm-functions/llm-function-overview.md
b/docs/ai/llm-function-overview.md
similarity index 99%
rename from
docs/sql-manual/sql-functions/ai-functions/llm-functions/llm-function-overview.md
rename to docs/ai/llm-function-overview.md
index ca45a6ba4a9..e06aa34cb38 100644
---
a/docs/sql-manual/sql-functions/ai-functions/llm-functions/llm-function-overview.md
+++ b/docs/ai/llm-function-overview.md
@@ -1,6 +1,6 @@
---
{
- "title": "LLM_Function Overview",
+ "title": "LLM Function",
"language": "en"
}
---
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/ai-functions/llm-functions/llm-function-overview.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/ai/llm-function-overview.md
similarity index 99%
rename from
i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/ai-functions/llm-functions/llm-function-overview.md
rename to
i18n/zh-CN/docusaurus-plugin-content-docs/current/ai/llm-function-overview.md
index 77996657669..5e67446b651 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/ai-functions/llm-functions/llm-function-overview.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/ai/llm-function-overview.md
@@ -1,6 +1,6 @@
---
{
- "title": "LLM函数概览",
+ "title": "LLM 函数",
"language": "zh-CN"
}
---
diff --git a/sidebars.json b/sidebars.json
index e199b934da1..a3a2e830338 100644
--- a/sidebars.json
+++ b/sidebars.json
@@ -380,6 +380,13 @@
}
]
},
+ {
+ "type": "category",
+ "label": "AI & LLM",
+ "items": [
+ "ai/llm-function-overview"
+ ]
+ },
{
"type": "category",
"label": "Data Lakehouse",
@@ -553,13 +560,6 @@
]
}
]
- },
- {
- "type": "category",
- "label": "AI",
- "items": [
-
"sql-manual/sql-functions/ai-functions/llm-functions/llm-function-overview"
- ]
}
]
},
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]