You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples/memory-guided-content-writing.mdx
+86-52Lines changed: 86 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,103 +1,133 @@
1
1
---
2
-
title: Document Editing with Mem0
2
+
title: Memory-Guided Content Writing
3
3
---
4
4
<Snippetfile="security-compliance.mdx" />
5
5
6
-
This guide demonstrates how to leverage **Mem0** to edit documents efficiently, ensuring they align with your unique writing style and preferences.
6
+
This guide demonstrates how to leverage **Mem0** to streamline content writing by applying your unique writing style and preferences using persistent memory.
7
7
8
-
## **Why Use Mem0?**
8
+
## Why Use Mem0?
9
9
10
-
By integrating Mem0 into your workflow, you can streamline your document editing process with:
10
+
Integrating Mem0 into your writing workflow helps you:
11
11
12
-
1.**Persistent Writing Preferences**: Mem0 stores and recalls your style preferences, ensuring consistency across all documents.
13
-
2.**Automated Enhancements**: Your stored preferences guide document refinements, making edits seamless and efficient.
14
-
3.**Scalability & Reusability**: Your writing style can be applied to multiple documents, saving time and effort.
12
+
1.**Store persistent writing preferences** ensuring consistent tone, formatting, and structure.
13
+
2.**Automate content refinement** by retrieving preferences when rewriting or reviewing content.
14
+
3.**Scale your writing style** so it applies consistently across multiple documents or sessions.
@@ -125,10 +154,9 @@ We plan to launch the campaign in July and continue through September.
125
154
"""
126
155
127
156
# Run the workflow
128
-
result =document_editing_workflow(original_content)
157
+
result =content_writing_workflow(original_content)
129
158
```
130
159
131
-
---
132
160
## **Expected Output**
133
161
134
162
Your document will be transformed into a structured, well-formatted version based on your preferences.
@@ -182,4 +210,10 @@ This proposal outlines our strategy for the Q3 marketing campaign. We aim to sig
182
210
We believe this strategy will effectively increase our market share. To achieve these goals, we need your support and collaboration. Let’s work together to make this campaign a success. Please review the proposal and provide your feedback by the end of the week.
183
211
```
184
212
185
-
Mem0 creates a seamless, intelligent document editing experience—perfect for content creators, technical writers, and businesses alike!
213
+
Mem0 enables a seamless, intelligent content-writing workflow, perfect for content creators, marketers, and technical writers looking to scale their personal tone and structure across work.
0 commit comments