Skip to content

Commit 6cdaba3

Browse files
葛锐葛锐
authored andcommitted
uersguide docs change
1 parent 24d12df commit 6cdaba3

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

doc/docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default defineConfig({
9090
link: "/en/user-guide/knowledge-base",
9191
},
9292
{ text: "MCP Tools", link: "/en/user-guide/mcp-tools" },
93-
{ text: "Monitoring & Operations", link: "/en/user-guide/monitor" },
93+
{ text: "Monitoring & Ops", link: "/en/user-guide/monitor" },
9494
{
9595
text: "Model Management",
9696
link: "/en/user-guide/model-management",
@@ -269,7 +269,7 @@ export default defineConfig({
269269
items: [
270270
{ text: "首页", link: "/zh/user-guide/home-page" },
271271
{ text: "开始问答", link: "/zh/user-guide/start-chat" },
272-
{ text: "快速设置", link: "/zh/user-guide/quick-setup" },
272+
{ text: "快速配置", link: "/zh/user-guide/quick-setup" },
273273
{ text: "智能体空间", link: "/zh/user-guide/agent-space" },
274274
{ text: "智能体市场", link: "/zh/user-guide/agent-market" },
275275
{

doc/docs/en/user-guide/memory-management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ When an agent retrieves memory it follows this order (high ➝ low):
8484

8585
The system takes care of most work for you:
8686

87-
- **Smart extraction:** Detects important facts in conversations and stores them automatically.
88-
- **Context injection:** Retrieves the most relevant memories and adds them to prompts silently.
89-
- **Incremental updates:** Refreshes or removes outdated memories so the store stays clean.
87+
- **Smart extraction:** Detects key facts in conversations, creates memory entries automatically, and stores them at the right level—no manual input needed.
88+
- **Automatic context embedding:** Retrieves the most relevant memories and implicitly injects them into the conversation context so agents respond with better accuracy.
89+
- **Incremental updates:** Gradually refreshes or removes outdated memories to keep the store clean, timely, and reliable.
9090

9191
## ✋ Manual Memory Operations
9292

doc/docs/zh/user-guide/agent-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ Nexent 支持您快速便捷地使用第三方 MCP 工具,丰富 Agent 能力
161161
2.**[开始问答](./start-chat)** 中与智能体进行交互
162162
3.**[记忆管理](./memory-management)** 配置记忆以提升智能体的个性化能力
163163

164-
如果您在智能体开发过程中遇到任何问题,请参考我们的 **[常见问题](../quick-start/faq)** 或在 [GitHub Discussions](https://github.com/ModelEngine-Group/nexent/discussions) 中进行提问获取支持。
164+
如果您在使用程中遇到任何问题,请参考我们的 **[常见问题](../quick-start/faq)** 或在 [GitHub Discussions](https://github.com/ModelEngine-Group/nexent/discussions) 中进行提问获取支持。

doc/docs/zh/user-guide/agent-space.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@
6767
2. 继续 **[智能体开发](./agent-development)** 创建更多智能体
6868
3. 配置 **[记忆管理](./memory-management)** 以提升智能体的记忆能力
6969

70-
如果您在配置过程中遇到任何问题,请参考我们的 **[常见问题](../quick-start/faq)** 或在[GitHub Discussions](https://github.com/ModelEngine-Group/nexent/discussions)中进行提问获取支持。
70+
如果您在使用过程中遇到任何问题,请参考我们的 **[常见问题](../quick-start/faq)** 或在[GitHub Discussions](https://github.com/ModelEngine-Group/nexent/discussions)中进行提问获取支持。

doc/docs/zh/user-guide/knowledge-base.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ Nexent支持多种文件格式,包括:
7979
1. **[智能体开发](./agent-development)** - 创建和配置智能体
8080
2. **[开始问答](./start-chat)** - 与智能体进行交互
8181

82-
如果您在知识库配置过程中遇到任何问题,请参考我们的 **[常见问题](../quick-start/faq)** 或在[GitHub Discussions](https://github.com/ModelEngine-Group/nexent/discussions)中进行提问获取支持。
82+
如果您在使用过程中遇到任何问题,请参考我们的 **[常见问题](../quick-start/faq)** 或在[GitHub Discussions](https://github.com/ModelEngine-Group/nexent/discussions)中进行提问获取支持。

doc/docs/zh/user-guide/memory-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ Nexent采用四层记忆存储架构,不同层级的记忆有不同的作用
157157
2.**[智能体空间](./agent-space)** 中管理您的智能体
158158
3. 继续 **[智能体开发](./agent-development)** 创建更多智能体
159159

160-
如果您在配置过程中遇到任何问题,请参考我们的 **[常见问题](../quick-start/faq)** 或在[GitHub Discussions](https://github.com/ModelEngine-Group/nexent/discussions)中进行提问获取支持。
160+
如果您在使用过程中遇到任何问题,请参考我们的 **[常见问题](../quick-start/faq)** 或在[GitHub Discussions](https://github.com/ModelEngine-Group/nexent/discussions)中进行提问获取支持。

doc/docs/zh/user-guide/model-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,4 @@ Nexent 支持任何 **遵循OpenAI API规范** 的大语言模型供应商,包
244244
1. **[知识库](./knowledge-base)** - 创建和管理知识库。
245245
2. **[智能体开发](./agent-development)** - 创建和配置智能体。
246246

247-
如果您在模型配置过程中遇到任何问题,请参考我们的 **[常见问题](../quick-start/faq)** 或在[GitHub Discussions](https://github.com/ModelEngine-Group/nexent/discussions)中进行提问获取支持。
247+
如果您在使用过程中遇到任何问题,请参考我们的 **[常见问题](../quick-start/faq)** 或在[GitHub Discussions](https://github.com/ModelEngine-Group/nexent/discussions)中进行提问获取支持。

doc/docs/zh/user-guide/quick-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@
5050
2.**[开始问答](./start-chat)** 中与智能体进行交互
5151
3. 配置 **[记忆管理](./memory-management)** 以提升智能体的记忆能力
5252

53-
如果您在配置过程中遇到任何问题,请参考我们的 **[常见问题](../quick-start/faq)** 或在[GitHub Discussions](https://github.com/ModelEngine-Group/nexent/discussions)中进行提问获取支持。
53+
如果您在使用过程中遇到任何问题,请参考我们的 **[常见问题](../quick-start/faq)** 或在[GitHub Discussions](https://github.com/ModelEngine-Group/nexent/discussions)中进行提问获取支持。

0 commit comments

Comments
 (0)