doc: Broken links fixed in docs (#3034)

This commit is contained in:
Antaripa Saha
2025-06-25 17:18:29 +05:30
committed by GitHub
parent aaf879322c
commit a98842422b
14 changed files with 42 additions and 45 deletions

View File

@@ -9,9 +9,9 @@ iconType: "solid"
Memories can become outdated, irrelevant, or need to be removed for privacy or compliance reasons. Mem0 offers flexible ways to delete memory:
1. **Delete a Single Memory** using a specific memory ID
2. **Batch Delete** delete multiple known memory IDs (up to 1000)
3. **Filtered Delete** delete memories matching a filter (e.g., `user_id`, `metadata`, `run_id`)
1. **Delete a Single Memory**: Using a specific memory ID
2. **Batch Delete**: Delete multiple known memory IDs (up to 1000)
3. **Filtered Delete**: Delete memories matching a filter (e.g., `user_id`, `metadata`, `run_id`)
This page walks through code example for each method.

View File

@@ -10,8 +10,8 @@ iconType: "solid"
User preferences, interests, and behaviors often evolve over time. The `update` operation lets you revise a stored memory, whether it's updating facts and memories, rephrasing a message, or enriching metadata.
Mem0 supports both:
- **Single Memory Update** for one specific memory using its ID
- **Batch Update** for updating many memories at once (up to 1000)
- **Single Memory Update** for one specific memory using its ID
- **Batch Update** for updating many memories at once (up to 1000)
This guide includes usage for both single update and batch update of memories through **Mem0 Platform**