From f86001fd39800d4bb38483b64a22af947b73fa57 Mon Sep 17 00:00:00 2001 From: Farookh Zaheer Siddiqui <129654632+FarukhS52@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:57:30 +0530 Subject: [PATCH 1/4] Update openai_compatibility.mdx --- docs/features/openai_compatibility.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/openai_compatibility.mdx b/docs/features/openai_compatibility.mdx index 625801ae9a..1f4e7f1c76 100644 --- a/docs/features/openai_compatibility.mdx +++ b/docs/features/openai_compatibility.mdx @@ -2,7 +2,7 @@ title: OpenAI Compatibility --- -Mem0 can be easily integrate into chat applications to enhance conversational agents with structured memory. Mem0's APIs are designed to be compatible with OpenAI's, with the goal of making it easy to leverage Mem0 in applications you may have already built. +Mem0 can be easily integrated into chat applications to enhance conversational agents with structured memory. Mem0's APIs are designed to be compatible with OpenAI's, with the goal of making it easy to leverage Mem0 in applications you may have already built. If you have a `Mem0 API key`, you can use it to initialize the client. Alternatively, you can initialize Mem0 without an API key if you're using it locally. From 60e44a93f4b66ca0fa94b1c77cf5b14ed289ab71 Mon Sep 17 00:00:00 2001 From: Farookh Zaheer Siddiqui <129654632+FarukhS52@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:59:42 +0530 Subject: [PATCH 2/4] Update multion.mdx --- docs/integrations/multion.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/integrations/multion.mdx b/docs/integrations/multion.mdx index 3cbb87b146..620273fcc2 100644 --- a/docs/integrations/multion.mdx +++ b/docs/integrations/multion.mdx @@ -2,13 +2,13 @@ title: MultiOn --- -Build personal browser agent remembers user preferences and automates web tasks. It integrates Mem0 for memory management with MultiOn for executing browser actions, enabling personalized and efficient web interactions. +Build a personal browser agent that remembers user preferences and automates web tasks. It integrates Mem0 for memory management with MultiOn for executing browser actions, enabling personalized and efficient web interactions. ## Overview In this guide, we'll explore two examples of creating Browser-based AI Agents: 1. An agent that searches [arxiv.org](https://arxiv.org) for research papers relevant to user's research interests. -2. A travel agent that provides personalized travel information based on user preferences. Refer the [notebook](https://github.com/MULTI-ON/cookbook/blob/main/personalized-travel-agent/mem0_travel_agent.ipynb) for detailed code. +2. A travel agent that provides personalized travel information based on user preferences. Refer to the [notebook](https://github.com/MULTI-ON/cookbook/blob/main/personalized-travel-agent/mem0_travel_agent.ipynb) for detailed code. ## Setup and Configuration @@ -161,7 +161,7 @@ conversation = [ - **Weather**: San Francisco has a mild climate, but it can be foggy and windy. Dress in layers. \ - **Transportation**: Use public transportation like BART, Muni, and cable cars to get around. \ - **Safety**: Be aware of your surroundings, especially in crowded tourist areas. \ - - **Dining**: Try local specialties like sourdough bread, seafood, and Mission-style burritos. \ + - **Dining**: Try local specialities like sourdough bread, seafood, and Mission-style burritos. \ """ }, { @@ -208,4 +208,4 @@ These examples illustrate how combining memory management with web browsing capa - For more details and advanced usage, refer to the full [cookbooks here](https://github.com/mem0ai/mem0/blob/main/cookbooks). - Feel free to visit our [Github](https://github.com/mem0ai/mem0) or [Mem0 Platform](https://app.mem0.ai/). -- For any questions or assistance, please reach out to `taranjeetio` on [Discord](https://mem0.dev/DiD). \ No newline at end of file +- For any questions or assistance, please reach out to `taranjeetio` on [Discord](https://mem0.dev/DiD). From 37b863f7e514017450e0260ec05e76cf5d25cf80 Mon Sep 17 00:00:00 2001 From: Farookh Zaheer Siddiqui <129654632+FarukhS52@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:01:00 +0530 Subject: [PATCH 3/4] Update quickstart.mdx --- docs/open-source/quickstart.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/open-source/quickstart.mdx b/docs/open-source/quickstart.mdx index f62060f3cc..a5ba387e20 100644 --- a/docs/open-source/quickstart.mdx +++ b/docs/open-source/quickstart.mdx @@ -229,12 +229,12 @@ m.reset() # Reset all memories ## Run Mem0 Locally -Please refer the example [Mem0 with Ollama](../examples/mem0-with-ollama) to run Mem0 locally. +Please refer to the example [Mem0 with Ollama](../examples/mem0-with-ollama) to run Mem0 locally. ## Chat Completion -Mem0 can be easily integrate into chat applications to enhance conversational agents with structured memory. Mem0's APIs are designed to be compatible with OpenAI's, with the goal of making it easy to leverage Mem0 in applications you may have already built. +Mem0 can be easily integrated into chat applications to enhance conversational agents with structured memory. Mem0's APIs are designed to be compatible with OpenAI's, with the goal of making it easy to leverage Mem0 in applications you may have already built. If you have a `Mem0 API key`, you can use it to initialize the client. Alternatively, you can initialize Mem0 without an API key if you're using it locally. From a0d22a97d20a5e84229a8df757a8c72c331d15a6 Mon Sep 17 00:00:00 2001 From: Farookh Zaheer Siddiqui <129654632+FarukhS52@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:01:26 +0530 Subject: [PATCH 4/4] Update snippet-intro.mdx --- docs/snippets/snippet-intro.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snippets/snippet-intro.mdx b/docs/snippets/snippet-intro.mdx index c57e7c7564..e20fbb6fc9 100644 --- a/docs/snippets/snippet-intro.mdx +++ b/docs/snippets/snippet-intro.mdx @@ -1,4 +1,4 @@ One of the core principles of software development is DRY (Don't Repeat -Yourself). This is a principle that apply to documentation as +Yourself). This is a principle that applies to documentation as well. If you find yourself repeating the same content in multiple places, you should consider creating a custom snippet to keep your content in sync.