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
2 changes: 1 addition & 1 deletion docs/en/open_source/evaluation/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ get `questions_32k.csv` and `shared_contexts_32k.jsonl` from https://huggingface
```bash
# Edit the configuration in evaluation/scripts/run_pm_eval.sh
# Specify the model and memory backend you want to use (e.g., mem0, zep, etc.)
# If you want to use MIRIX, edit the the configuration in evaluation/scripts/personamem/config.yaml
# If you want to use MIRIX, edit the configuration in evaluation/scripts/personamem/config.yaml
evaluation/scripts/run_pm_eval.sh
```
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This interface uses the standard RESTful path parameter format:

| Parameter | Location | Type | Required | Description |
| :--- | :--- | :--- | :--- | :--- |
| **`memory_id`** | Path | `str` | Yes | The unique identifier (UUID) of the memory. You can obtain this ID from the results of the [**Get Memory List**](./get_memory_list.md) or [**Search**](./search_memory.md) interfaces. |
| **`memory_id`** | Path | `str` | Yes | The unique identifier (UUID) of the memory. You can obtain this ID from the results of the [**Memory Search**](./search_memory.md) or [**Search**](./search_memory.md) interfaces. |

## 3. How It Works (MemoryHandler)

Expand Down
Loading