From be46f4eb409087491b92ede53b5af1c236edb3b2 Mon Sep 17 00:00:00 2001 From: Lennex Zinyando Date: Mon, 17 Feb 2025 20:30:40 +0200 Subject: [PATCH] [Docs] Docs update (#2199) --- docs/integrations/overview.mdx | 181 +++++++++++++++++++++++++++++++++ docs/mint.json | 14 ++- 2 files changed, 194 insertions(+), 1 deletion(-) create mode 100644 docs/integrations/overview.mdx diff --git a/docs/integrations/overview.mdx b/docs/integrations/overview.mdx new file mode 100644 index 00000000..e09ddac7 --- /dev/null +++ b/docs/integrations/overview.mdx @@ -0,0 +1,181 @@ +--- +title: Overview +description: How to integrate Mem0 into other frameworks +--- + +Mem0 seamlessly integrates with popular AI frameworks and tools to enhance your LLM-based applications with persistent memory capabilities. By integrating Mem0, your applications benefit from: + +- Enhanced context management across multiple frameworks +- Consistent memory persistence across different LLM interactions +- Optimized token usage through efficient memory retrieval +- Framework-agnostic memory layer +- Simple integration with existing AI tools and frameworks + +Here are the available integrations for Mem0: + +## Integrations + + + + LangChain + + + } + href="/integrations/langchain" + > + Integrate Mem0 with LangChain to build powerful agents with memory + capabilities. + + + + + + + + + + + + + + } + href="/integrations/llamaindex" + > + Build RAG applications with LlamaIndex and Mem0. + + + + + + } + href="/integrations/autogen" + > + Build multi-agent systems with persistent memory capabilities. + + + + + + + } + href="/integrations/crewai" + > + Develop collaborative AI agents with shared memory using CrewAI and Mem0. + + + + + } + href="/integrations/langgraph" + > + Create complex agent workflows with memory persistence using LangGraph. + + + + + } + href="/integrations/vercel-ai-sdk" + > + Build AI-powered applications with memory using the Vercel AI SDK. + + + LangChain + + + } + href="/integrations/langchain-tools" + > + Use Mem0 with LangChain Tools for enhanced agent capabilities. + + diff --git a/docs/mint.json b/docs/mint.json index 4244602f..538401a1 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -47,6 +47,18 @@ "url": "mailto:taranjeet@mem0.ai" } ], + "tabs": [{ + "name": "Documentation", + "url": "content" + }, + { + "name": "Examples", + "url": "examples" + }, + { + "name": "Integrations", + "url": "integrations" + }], "navigation": [ { "group": "Get Started", @@ -213,9 +225,9 @@ { "group": "Integrations", "pages": [ + "integrations/overview", "integrations/vercel-ai-sdk", "integrations/crewai", - "integrations/multion", "integrations/autogen", "integrations/langchain", "integrations/langgraph",