From 75ca528666717cb12ff8560e1b1f274d222e3f77 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Mon, 10 Mar 2025 11:36:02 +0530 Subject: [PATCH] Doc: Fix examples page (#2346) --- docs/examples/overview.mdx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/examples/overview.mdx b/docs/examples/overview.mdx index 8217a74e..b3cc5a0f 100644 --- a/docs/examples/overview.mdx +++ b/docs/examples/overview.mdx @@ -17,34 +17,34 @@ Here are some examples of how Mem0 can be integrated into various applications: ## Examples - + Create a Personalized AI Companion using Mem0 in Node.js. - + Run Mem0 locally with Ollama. - + Create a Personalized AI Tutor that adapts to student progress and learning preferences. - + Build a Personalized AI Travel Assistant that understands your travel preferences and past itineraries. - + Develop a Personal AI Assistant that remembers user preferences, past interactions, and context to provide personalized and efficient assistance. - + Create a ReAct Agent with LlamaIndex which uses Mem0 as the memory store. - + Add memory capabilities to ChatGPT or Claude or Perplexity with the Mem0 Chrome Extension. - + Edit documents based on your writing preferences. - + Enhance your AI interactions with Mem0's multimodal capabilities. - + A personalized Deep Research Agent that synthesizes large amounts of online data and completes complex research tasks.