Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ desc: 通过记忆唯一标识符 (ID) 获取单条记忆的完整元数据,

| 参数名 | 位置 | 类型 | 必填 | 说明 |
| :--- | :--- | :--- | :--- | :--- |
| **`memory_id`** | Path | `str` | 是 | 记忆的唯一标识符(UUID)。您可以从 [**获取记忆列表**](./get_memory_list.md) 或 [**检索**](./search_memory.md) 的结果中获得此 ID。 |
| **`memory_id`** | Path | `str` | 是 | 记忆的唯一标识符(UUID)。您可以从 [**检索**](./search_memory.md) 或 [**检索**](./search_memory.md) 的结果中获得此 ID。 |

## 3. 工作原理 (MemoryHandler)

Expand Down
2 changes: 1 addition & 1 deletion docs/cn/open_source/open_source_api/start/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ title: 项目配置

关于 MemOS 开源版 API 服务器的详细配置说明(包括 LLM 引擎、存储后端及环境变量设置),请参考:

👉 [**REST API 服务器配置指南**](../../../getting_started/rest_api_server.md)
👉 [**REST API 服务器配置指南**](../../getting_started/rest_api_server.md)
2 changes: 1 addition & 1 deletion docs/en/open_source/open_source_api/start/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ title: Project Configuration

For detailed configuration instructions for the MemOS open-source API server, including LLM engines, storage backends, and environment variables, see:

[**REST API Server Configuration Guide**](../../../getting_started/rest_api_server.md)
[**REST API Server Configuration Guide**](../../getting_started/rest_api_server.md)
Loading