| { |
| "$schema": "https://mintlify.com/docs.json", |
| "name": "Mem0", |
| "description": "Mem0 is a self-improving memory layer for LLM applications, enabling personalized AI experiences that save costs and delight users.", |
| "theme": "aspen", |
| "colors": { |
| "primary": "#8F74E0", |
| "light": "#8F74E0", |
| "dark": "#8F74E0" |
| }, |
| "favicon": "/logo/favicon.png", |
| "logo": { |
| "light": "/logo/light.svg", |
| "dark": "/logo/dark.svg", |
| "href": "https://app.mem0.ai/" |
| }, |
| "navigation": { |
| "anchors": [ |
| { |
| "anchor": "Documentation", |
| "icon": "book-open", |
| "tabs": [ |
| { |
| "tab": "Welcome", |
| "groups": [ |
| { |
| "group": "Start Here", |
| "icon": "home", |
| "pages": [ |
| "introduction" |
| ] |
| } |
| ] |
| }, |
| { |
| "tab": "Mem0 Platform", |
| "groups": [ |
| { |
| "group": "Getting Started", |
| "icon": "rocket", |
| "pages": [ |
| "platform/overview", |
| "vibecoding", |
| "platform/mem0-mcp", |
| "platform/cli", |
| "platform/platform-vs-oss", |
| "platform/quickstart" |
| ] |
| }, |
| { |
| "group": "Core Concepts", |
| "icon": "brain", |
| "pages": [ |
| "core-concepts/memory-types", |
| "core-concepts/memory-operations/add", |
| "core-concepts/memory-operations/search", |
| "core-concepts/memory-operations/update", |
| "core-concepts/memory-operations/delete" |
| ] |
| }, |
| { |
| "group": "Platform Features", |
| "icon": "star", |
| "pages": [ |
| "platform/features/platform-overview", |
| { |
| "group": "Essential Features", |
| "icon": "circle-check", |
| "pages": [ |
| "platform/features/v2-memory-filters", |
| "platform/features/entity-scoped-memory", |
| "platform/features/async-client", |
| "platform/features/async-mode-default-change", |
| "platform/features/multimodal-support", |
| "platform/features/custom-categories" |
| ] |
| }, |
| { |
| "group": "Advanced Features", |
| "icon": "bolt", |
| "pages": [ |
| "platform/features/graph-memory", |
| "platform/features/graph-threshold", |
| "platform/features/advanced-retrieval", |
| "platform/advanced-memory-operations", |
| "platform/features/criteria-retrieval", |
| "platform/features/contextual-add", |
| "platform/features/custom-instructions" |
| ] |
| }, |
| { |
| "group": "Data Management", |
| "icon": "database", |
| "pages": [ |
| "platform/features/direct-import", |
| "platform/features/memory-export", |
| "platform/features/timestamp", |
| "platform/features/expiration-date" |
| ] |
| }, |
| { |
| "group": "Integration Features", |
| "icon": "plug", |
| "pages": [ |
| "platform/features/webhooks", |
| "platform/features/feedback-mechanism", |
| "platform/features/group-chat", |
| "platform/features/mcp-integration" |
| ] |
| } |
| ] |
| }, |
| { |
| "group": "Support & Troubleshooting", |
| "icon": "life-buoy", |
| "pages": [ |
| "platform/faqs" |
| ] |
| }, |
| { |
| "group": "Migration Guide", |
| "icon": "arrow-right", |
| "pages": [ |
| "migration/oss-to-platform", |
| "migration/v0-to-v1", |
| "migration/breaking-changes", |
| "migration/api-changes" |
| ] |
| }, |
| { |
| "group": "Contribute", |
| "icon": "clipboard-list", |
| "pages": [ |
| "platform/contribute" |
| ] |
| }, |
| { |
| "group": "Release Notes", |
| "icon": "rocket", |
| "pages": [ |
| "changelog" |
| ] |
| } |
| ] |
| }, |
| { |
| "tab": "OpenClaw", |
| "groups": [ |
| { |
| "group": "OpenClaw", |
| "pages": [ |
| "integrations/openclaw" |
| ] |
| } |
| ] |
| }, |
| { |
| "tab": "Open Source", |
| "groups": [ |
| { |
| "group": "Getting Started", |
| "icon": "rocket", |
| "pages": [ |
| "open-source/overview", |
| "vibecoding", |
| "open-source/python-quickstart", |
| "open-source/node-quickstart" |
| ] |
| }, |
| { |
| "group": "Self-Hosting Features", |
| "icon": "server", |
| "pages": [ |
| "open-source/features/overview", |
| "open-source/features/graph-memory", |
| "open-source/features/metadata-filtering", |
| "open-source/features/reranker-search", |
| "open-source/features/async-memory", |
| "open-source/features/multimodal-support", |
| "open-source/features/custom-fact-extraction-prompt", |
| "open-source/features/custom-update-memory-prompt", |
| "open-source/features/rest-api", |
| "open-source/features/openai_compatibility" |
| ] |
| }, |
| { |
| "group": "Configuration", |
| "icon": "sliders", |
| "pages": [ |
| "open-source/configuration", |
| { |
| "group": "LLMs", |
| "icon": "message-bot", |
| "pages": [ |
| "components/llms/overview", |
| "components/llms/config", |
| { |
| "group": "Supported LLMs", |
| "icon": "list", |
| "pages": [ |
| "components/llms/models/openai", |
| "components/llms/models/anthropic", |
| "components/llms/models/azure_openai", |
| "components/llms/models/ollama", |
| "components/llms/models/together", |
| "components/llms/models/groq", |
| "components/llms/models/litellm", |
| "components/llms/models/mistral_AI", |
| "components/llms/models/google_AI", |
| "components/llms/models/aws_bedrock", |
| "components/llms/models/deepseek", |
| "components/llms/models/minimax", |
| "components/llms/models/xAI", |
| "components/llms/models/sarvam", |
| "components/llms/models/lmstudio", |
| "components/llms/models/langchain", |
| "components/llms/models/vllm" |
| ] |
| } |
| ] |
| }, |
| { |
| "group": "Vector Databases", |
| "icon": "hard-drive", |
| "pages": [ |
| "components/vectordbs/overview", |
| "components/vectordbs/config", |
| { |
| "group": "Supported Vector Databases", |
| "icon": "list", |
| "pages": [ |
| "components/vectordbs/dbs/qdrant", |
| "components/vectordbs/dbs/chroma", |
| "components/vectordbs/dbs/pgvector", |
| "components/vectordbs/dbs/milvus", |
| "components/vectordbs/dbs/pinecone", |
| "components/vectordbs/dbs/mongodb", |
| "components/vectordbs/dbs/azure", |
| "components/vectordbs/dbs/azure_mysql", |
| "components/vectordbs/dbs/redis", |
| "components/vectordbs/dbs/valkey", |
| "components/vectordbs/dbs/elasticsearch", |
| "components/vectordbs/dbs/opensearch", |
| "components/vectordbs/dbs/supabase", |
| "components/vectordbs/dbs/upstash-vector", |
| "components/vectordbs/dbs/vectorize", |
| "components/vectordbs/dbs/vertex_ai", |
| "components/vectordbs/dbs/weaviate", |
| "components/vectordbs/dbs/faiss", |
| "components/vectordbs/dbs/langchain", |
| "components/vectordbs/dbs/baidu", |
| "components/vectordbs/dbs/cassandra", |
| "components/vectordbs/dbs/s3_vectors", |
| "components/vectordbs/dbs/databricks", |
| "components/vectordbs/dbs/neptune_analytics", |
| "components/vectordbs/dbs/turbopuffer" |
| ] |
| } |
| ] |
| }, |
| { |
| "group": "Embedding Models", |
| "icon": "cube", |
| "pages": [ |
| "components/embedders/overview", |
| "components/embedders/config", |
| { |
| "group": "Supported Embedding Models", |
| "icon": "list", |
| "pages": [ |
| "components/embedders/models/openai", |
| "components/embedders/models/azure_openai", |
| "components/embedders/models/ollama", |
| "components/embedders/models/huggingface", |
| "components/embedders/models/vertexai", |
| "components/embedders/models/google_AI", |
| "components/embedders/models/lmstudio", |
| "components/embedders/models/together", |
| "components/embedders/models/langchain", |
| "components/embedders/models/aws_bedrock" |
| ] |
| } |
| ] |
| }, |
| { |
| "group": "Rerankers", |
| "icon": "ranking-star", |
| "pages": [ |
| "components/rerankers/overview", |
| "components/rerankers/config", |
| "components/rerankers/optimization", |
| "components/rerankers/custom-prompts", |
| { |
| "group": "Supported Rerankers", |
| "icon": "list", |
| "pages": [ |
| "components/rerankers/models/cohere", |
| "components/rerankers/models/sentence_transformer", |
| "components/rerankers/models/huggingface", |
| "components/rerankers/models/llm_reranker", |
| "components/rerankers/models/zero_entropy" |
| ] |
| } |
| ] |
| } |
| ] |
| }, |
| { |
| "group": "Community & Support", |
| "icon": "users", |
| "pages": [ |
| "contributing/development", |
| "contributing/documentation" |
| ] |
| } |
| ] |
| }, |
| { |
| "tab": "Cookbooks", |
| "groups": [ |
| { |
| "group": "Getting Started", |
| "icon": "lightbulb", |
| "pages": [ |
| "cookbooks/overview" |
| ] |
| }, |
| { |
| "group": "Essentials", |
| "icon": "flag", |
| "pages": [ |
| "cookbooks/essentials/building-ai-companion", |
| "cookbooks/essentials/entity-partitioning-playbook", |
| "cookbooks/essentials/controlling-memory-ingestion", |
| "cookbooks/essentials/memory-expiration-short-and-long-term", |
| "cookbooks/essentials/tagging-and-organizing-memories", |
| "cookbooks/essentials/exporting-memories", |
| "cookbooks/essentials/choosing-memory-architecture-vector-vs-graph" |
| ] |
| }, |
| { |
| "group": "Companion Playbooks", |
| "icon": "users", |
| "pages": [ |
| "cookbooks/companions/quickstart-demo", |
| "cookbooks/companions/nodejs-companion", |
| "cookbooks/companions/ai-tutor", |
| "cookbooks/companions/travel-assistant", |
| "cookbooks/companions/youtube-research", |
| "cookbooks/companions/voice-companion-openai", |
| "cookbooks/companions/local-companion-ollama" |
| ] |
| }, |
| { |
| "group": "Ops & Automations", |
| "icon": "briefcase", |
| "pages": [ |
| "cookbooks/operations/support-inbox", |
| "cookbooks/operations/email-automation", |
| "cookbooks/operations/content-writing", |
| "cookbooks/operations/deep-research", |
| "cookbooks/operations/team-task-agent" |
| ] |
| }, |
| { |
| "group": "Integrations & Platforms", |
| "icon": "plug", |
| "pages": [ |
| "cookbooks/integrations/agents-sdk-tool", |
| "cookbooks/integrations/openai-tool-calls", |
| "cookbooks/integrations/mastra-agent", |
| "cookbooks/integrations/healthcare-google-adk", |
| "cookbooks/integrations/aws-bedrock", |
| "cookbooks/integrations/neptune-analytics", |
| "cookbooks/integrations/tavily-search" |
| ] |
| }, |
| { |
| "group": "Frameworks & Multimodal", |
| "icon": "layers", |
| "pages": [ |
| "cookbooks/frameworks/llamaindex-react", |
| "cookbooks/frameworks/llamaindex-multiagent", |
| "cookbooks/frameworks/multimodal-retrieval", |
| "cookbooks/frameworks/eliza-os-character", |
| "cookbooks/frameworks/chrome-extension", |
| "cookbooks/frameworks/gemini-3-with-mem0-mcp", |
| "cookbooks/frameworks/mirofish-swarm-memory" |
| ] |
| } |
| ] |
| }, |
| { |
| "tab": "Integrations", |
| "groups": [ |
| { |
| "group": "Overview", |
| "icon": "plug", |
| "pages": [ |
| "integrations" |
| ] |
| }, |
| { |
| "group": "Agent Frameworks", |
| "icon": "robot", |
| "pages": [ |
| "integrations/langchain", |
| "integrations/langgraph", |
| "integrations/llama-index", |
| "integrations/crewai", |
| "integrations/autogen", |
| "integrations/agno", |
| "integrations/camel-ai", |
| "integrations/openclaw", |
| "integrations/hermes", |
| "integrations/openai-agents-sdk", |
| "integrations/google-ai-adk", |
| "integrations/mastra", |
| "integrations/vercel-ai-sdk" |
| ] |
| }, |
| { |
| "group": "Voice & Real-time", |
| "icon": "microphone", |
| "pages": [ |
| "integrations/livekit", |
| "integrations/pipecat", |
| "integrations/elevenlabs" |
| ] |
| }, |
| { |
| "group": "Cloud & Infrastructure", |
| "icon": "cloud", |
| "pages": [ |
| "integrations/aws-bedrock" |
| ] |
| }, |
| { |
| "group": "Developer Tools", |
| "icon": "wrench", |
| "pages": [ |
| "integrations/dify", |
| "integrations/flowise", |
| "integrations/langchain-tools", |
| "integrations/agentops", |
| "integrations/keywords", |
| "integrations/raycast" |
| ] |
| } |
| ] |
| }, |
| { |
| "tab": "Agent Plugins", |
| "groups": [ |
| { |
| "group": "Coding Agents", |
| "icon": "terminal", |
| "pages": [ |
| "integrations/claude-code", |
| "integrations/cursor", |
| "integrations/codex" |
| ] |
| } |
| ] |
| }, |
| { |
| "tab": "API Reference", |
| "groups": [ |
| { |
| "group": "Getting Started", |
| "icon": "rocket", |
| "pages": [ |
| "api-reference", |
| "api-reference/organizations-projects" |
| ] |
| }, |
| { |
| "group": "Core Memory Operations", |
| "icon": "microchip", |
| "pages": [ |
| "api-reference/memory/add-memories", |
| "api-reference/memory/get-memories", |
| "api-reference/memory/search-memories", |
| "api-reference/memory/update-memory", |
| "api-reference/memory/delete-memory" |
| ] |
| }, |
| { |
| "group": "Memory APIs", |
| "icon": "sparkles", |
| "pages": [ |
| "api-reference/memory/create-memory-export", |
| "api-reference/memory/feedback", |
| "api-reference/memory/get-memory", |
| "api-reference/memory/history-memory", |
| "api-reference/memory/get-memory-export", |
| "api-reference/memory/batch-update", |
| "api-reference/memory/batch-delete", |
| "api-reference/memory/delete-memories" |
| ] |
| }, |
| { |
| "group": "Events APIs", |
| "icon": "clock", |
| "pages": [ |
| "api-reference/events/get-events", |
| "api-reference/events/get-event" |
| ] |
| }, |
| { |
| "group": "Entities APIs", |
| "icon": "users", |
| "pages": [ |
| "api-reference/entities/get-users", |
| "api-reference/entities/delete-user" |
| ] |
| }, |
| { |
| "group": "Organizations APIs", |
| "icon": "building", |
| "pages": [ |
| "api-reference/organization/create-org", |
| "api-reference/organization/get-orgs", |
| "api-reference/organization/get-org", |
| "api-reference/organization/get-org-members", |
| "api-reference/organization/add-org-member", |
| "api-reference/organization/delete-org" |
| ] |
| }, |
| { |
| "group": "Project APIs", |
| "icon": "folder", |
| "pages": [ |
| "api-reference/project/create-project", |
| "api-reference/project/get-projects", |
| "api-reference/project/get-project", |
| "api-reference/project/get-project-members", |
| "api-reference/project/add-project-member", |
| "api-reference/project/delete-project" |
| ] |
| }, |
| { |
| "group": "Webhook APIs", |
| "icon": "webhook", |
| "pages": [ |
| "api-reference/webhook/create-webhook", |
| "api-reference/webhook/get-webhook", |
| "api-reference/webhook/update-webhook", |
| "api-reference/webhook/delete-webhook" |
| ] |
| } |
| ] |
| } |
| ] |
| } |
| ] |
| }, |
| "background": { |
| "color": { |
| "light": "#fff", |
| "dark": "#09090b" |
| } |
| }, |
| "navbar": { |
| "primary": { |
| "type": "button", |
| "label": "Your Dashboard", |
| "href": "https://app.mem0.ai" |
| } |
| }, |
| "footer": { |
| "socials": { |
| "discord": "https://mem0.dev/DiD", |
| "x": "https://x.com/mem0ai", |
| "github": "https://github.com/mem0ai", |
| "linkedin": "https://www.linkedin.com/company/mem0/" |
| } |
| }, |
| "integrations": { |
| "posthog": { |
| "apiKey": "phc_hgJkUVJFYtmaJqrvf6CYN67TIQ8yhXAkWzUn9AMU4yX", |
| "apiHost": "https://mango.mem0.ai" |
| }, |
| "intercom": { |
| "appId": "jjv2r0tt" |
| } |
| }, |
| "contextual": { |
| "options": [ |
| "copy", |
| "chatgpt", |
| "claude", |
| "perplexity", |
| { |
| "title": "Try in Playground", |
| "description": "Open this example in the interactive Mem0 playground", |
| "icon": "play", |
| "href": "https://app.mem0.ai/playground" |
| } |
| ] |
| }, |
| "redirects": [ |
| { |
| "source": "/api-reference/memory/v2-search-memories", |
| "destination": "/api-reference/memory/search-memories" |
| }, |
| { |
| "source": "/api-reference/memory/v2-get-memories", |
| "destination": "/api-reference/memory/get-memories" |
| }, |
| { |
| "source": "/quickstart", |
| "destination": "/platform/quickstart" |
| }, |
| { |
| "source": "/faqs", |
| "destination": "/platform/faqs" |
| }, |
| { |
| "source": "/examples/ai_companion_js", |
| "destination": "/cookbooks/companions/nodejs-companion" |
| }, |
| { |
| "source": "/cookbooks/essentials/building-ai-with-personality", |
| "destination": "cookbooks/essentials/entity-partitioning-playbook" |
| }, |
| { |
| "source": "/examples/mem0-demo", |
| "destination": "/cookbooks/companions/quickstart-demo" |
| }, |
| { |
| "source": "/examples/mem0-with-ollama", |
| "destination": "/cookbooks/companions/local-companion-ollama" |
| }, |
| { |
| "source": "/examples/personal-ai-tutor", |
| "destination": "/cookbooks/companions/ai-tutor" |
| }, |
| { |
| "source": "/examples/personal-travel-assistant", |
| "destination": "/cookbooks/companions/travel-assistant" |
| }, |
| { |
| "source": "/examples/youtube-assistant", |
| "destination": "/cookbooks/companions/youtube-research" |
| }, |
| { |
| "source": "/examples/mem0-openai-voice-demo", |
| "destination": "/cookbooks/companions/voice-companion-openai" |
| }, |
| { |
| "source": "/examples/customer-support-agent", |
| "destination": "/cookbooks/operations/support-inbox" |
| }, |
| { |
| "source": "/examples/email_processing", |
| "destination": "/cookbooks/operations/email-automation" |
| }, |
| { |
| "source": "/examples/memory-guided-content-writing", |
| "destination": "/cookbooks/operations/content-writing" |
| }, |
| { |
| "source": "/examples/personalized-deep-research", |
| "destination": "/cookbooks/operations/deep-research" |
| }, |
| { |
| "source": "/examples/collaborative-task-agent", |
| "destination": "/cookbooks/operations/team-task-agent" |
| }, |
| { |
| "source": "/examples/mem0-agentic-tool", |
| "destination": "/cookbooks/integrations/agents-sdk-tool" |
| }, |
| { |
| "source": "/examples/openai-inbuilt-tools", |
| "destination": "/cookbooks/integrations/openai-tool-calls" |
| }, |
| { |
| "source": "/examples/mem0-mastra", |
| "destination": "/cookbooks/integrations/mastra-agent" |
| }, |
| { |
| "source": "/examples/mem0-google-adk-healthcare-assistant", |
| "destination": "/cookbooks/integrations/healthcare-google-adk" |
| }, |
| { |
| "source": "/examples/mem0-google-adk-healthcare-assi", |
| "destination": "/cookbooks/integrations/healthcare-google-adk" |
| }, |
| { |
| "source": "/examples/aws_example", |
| "destination": "/cookbooks/integrations/aws-bedrock" |
| }, |
| { |
| "source": "/examples/aws_neptune_analytics_hybrid_store", |
| "destination": "/cookbooks/integrations/neptune-analytics" |
| }, |
| { |
| "source": "/examples/aws_neptune_analytics_hybrid_st", |
| "destination": "/cookbooks/integrations/neptune-analytics" |
| }, |
| { |
| "source": "/examples/personalized-search-tavily-mem0", |
| "destination": "/cookbooks/integrations/tavily-search" |
| }, |
| { |
| "source": "/examples/llama-index-mem0", |
| "destination": "/cookbooks/frameworks/llamaindex-react" |
| }, |
| { |
| "source": "/examples/llamaindex-multiagent-learning-system", |
| "destination": "/cookbooks/frameworks/llamaindex-multiagent" |
| }, |
| { |
| "source": "/examples/llamaindex-multiagent-learning-", |
| "destination": "/cookbooks/frameworks/llamaindex-multiagent" |
| }, |
| { |
| "source": "/overview", |
| "destination": "/platform/overview" |
| }, |
| { |
| "source": "/components/embedders/models/hugging_face", |
| "destination": "/components/embedders/models/huggingface" |
| }, |
| { |
| "source": "/components/llms/models/azure_openai_structured", |
| "destination": "/components/llms/models/azure_openai" |
| }, |
| { |
| "source": "/components/llms/models/openai_structured", |
| "destination": "/components/llms/models/openai" |
| }, |
| { |
| "source": "/components/vectordbs/dbs/azure_ai_search", |
| "destination": "/components/vectordbs/dbs/azure" |
| }, |
| { |
| "source": "/components/vectordbs/dbs/upstash_vector", |
| "destination": "/components/vectordbs/dbs/upstash-vector" |
| }, |
| { |
| "source": "/components/vectordbs/dbs/vertex_ai_vector_search", |
| "destination": "/components/vectordbs/dbs/vertex_ai" |
| }, |
| { |
| "source": "/platform/features/selective-memory", |
| "destination": "/platform/features/custom-instructions" |
| }, |
| { |
| "source": "/examples/multimodal-demo", |
| "destination": "/cookbooks/frameworks/multimodal-retrieval" |
| }, |
| { |
| "source": "/examples/eliza_os", |
| "destination": "/cookbooks/frameworks/eliza-os-character" |
| }, |
| { |
| "source": "/examples/chrome-extension", |
| "destination": "/cookbooks/frameworks/chrome-extension" |
| }, |
| { |
| "source": "/examples", |
| "destination": "/cookbooks/overview" |
| }, |
| { |
| "source": "/open-source/graph_memory/overview", |
| "destination": "/open-source/features/graph-memory" |
| }, |
| { |
| "source": "/open-source/graph_memory/features", |
| "destination": "/open-source/features/graph-memory" |
| }, |
| { |
| "source": "/v0x/examples/ai_companion_js", |
| "destination": "/cookbooks/companions/nodejs-companion" |
| }, |
| { |
| "source": "/v0x/examples/mem0-demo", |
| "destination": "/cookbooks/companions/quickstart-demo" |
| }, |
| { |
| "source": "/v0x/examples/mem0-with-ollama", |
| "destination": "/cookbooks/companions/local-companion-ollama" |
| }, |
| { |
| "source": "/v0x/examples/personal-ai-tutor", |
| "destination": "/cookbooks/companions/ai-tutor" |
| }, |
| { |
| "source": "/v0x/examples/customer-support-agent", |
| "destination": "/cookbooks/operations/support-inbox" |
| }, |
| { |
| "source": "/v0x/examples/personal-travel-assistant", |
| "destination": "/cookbooks/companions/travel-assistant" |
| }, |
| { |
| "source": "/v0x/examples/chrome-extension", |
| "destination": "/cookbooks/frameworks/chrome-extension" |
| }, |
| { |
| "source": "/v0x/examples/youtube-assistant", |
| "destination": "/cookbooks/companions/youtube-research" |
| }, |
| { |
| "source": "/v0x/examples/memory-guided-content-writing", |
| "destination": "/cookbooks/operations/content-writing" |
| }, |
| { |
| "source": "/v0x/examples/multimodal-demo", |
| "destination": "/cookbooks/frameworks/multimodal-retrieval" |
| }, |
| { |
| "source": "/v0x/examples/email_processing", |
| "destination": "/cookbooks/operations/email-automation" |
| }, |
| { |
| "source": "/v0x/examples/personalized-deep-research", |
| "destination": "/cookbooks/operations/deep-research" |
| }, |
| { |
| "source": "/v0x/examples/collaborative-task-agent", |
| "destination": "/cookbooks/operations/team-task-agent" |
| }, |
| { |
| "source": "/v0x/examples/llama-index-mem0", |
| "destination": "/cookbooks/frameworks/llamaindex-react" |
| }, |
| { |
| "source": "/v0x/examples/llamaindex-multiagent-learning-system", |
| "destination": "/cookbooks/frameworks/llamaindex-multiagent" |
| }, |
| { |
| "source": "/v0x/examples/personalized-search-tavily-mem0", |
| "destination": "/cookbooks/integrations/tavily-search" |
| }, |
| { |
| "source": "/v0x/examples/mem0-agentic-tool", |
| "destination": "/cookbooks/integrations/agents-sdk-tool" |
| }, |
| { |
| "source": "/v0x/examples/openai-inbuilt-tools", |
| "destination": "/cookbooks/integrations/openai-tool-calls" |
| }, |
| { |
| "source": "/v0x/examples/mem0-openai-voice-demo", |
| "destination": "/cookbooks/companions/voice-companion-openai" |
| }, |
| { |
| "source": "/v0x/examples/mem0-google-adk-healthcare-assistant", |
| "destination": "/cookbooks/integrations/healthcare-google-adk" |
| }, |
| { |
| "source": "/v0x/examples/mem0-mastra", |
| "destination": "/cookbooks/integrations/mastra-agent" |
| }, |
| { |
| "source": "/v0x/examples/eliza_os", |
| "destination": "/cookbooks/frameworks/eliza-os-character" |
| }, |
| { |
| "source": "/v0x/examples/aws_example", |
| "destination": "/cookbooks/integrations/aws-bedrock" |
| }, |
| { |
| "source": "/v0x/examples/aws_neptune_analytics_hybrid_store", |
| "destination": "/cookbooks/integrations/neptune-analytics" |
| }, |
| { |
| "source": "/features/memory-export", |
| "destination": "/platform/features/memory-export" |
| }, |
| { |
| "source": "/v0x/components/:a/:b/:c", |
| "destination": "/components/:a/:b/:c" |
| }, |
| { |
| "source": "/v0x/components/:a/:b", |
| "destination": "/components/:a/:b" |
| }, |
| { |
| "source": "/v0x/core-concepts/:a/:b", |
| "destination": "/core-concepts/:a/:b" |
| }, |
| { |
| "source": "/v0x/integrations/:slug", |
| "destination": "/integrations/:slug" |
| }, |
| { |
| "source": "/v0x/open-source/:slug", |
| "destination": "/open-source/:slug" |
| }, |
| { |
| "source": "/v0x/introduction", |
| "destination": "/introduction" |
| }, |
| { |
| "source": "/features/async-client", |
| "destination": "/platform/features/async-client" |
| }, |
| { |
| "source": "/features/custom-prompts", |
| "destination": "/platform/features/platform-overview" |
| }, |
| { |
| "source": "/features/selective-memory", |
| "destination": "/platform/features/platform-overview" |
| }, |
| { |
| "source": "/features/custom-categories", |
| "destination": "/platform/features/custom-categories" |
| }, |
| { |
| "source": "/components/config", |
| "destination": "/open-source/configuration" |
| }, |
| { |
| "source": "/concepts/memory-scoring", |
| "destination": "/core-concepts/memory-types" |
| }, |
| { |
| "source": "/cookbooks/research-copilot", |
| "destination": "/cookbooks/operations/deep-research" |
| }, |
| { |
| "source": "/platform/features/organizations-projects", |
| "destination": "/api-reference/organizations-projects" |
| }, |
| { |
| "source": "/playground", |
| "destination": "/platform/quickstart" |
| }, |
| { |
| "source": "/cdn-cgi/l/email-protection", |
| "destination": "/introduction" |
| }, |
| { |
| "source": "/features/online-memory", |
| "destination": "/platform/features/platform-overview" |
| }, |
| { |
| "source": "/features/multimodal", |
| "destination": "/platform/features/multimodal-support" |
| }, |
| { |
| "source": "/features/inferences", |
| "destination": "/platform/features/platform-overview" |
| }, |
| { |
| "source": "/features/graph-memory", |
| "destination": "/platform/features/graph-memory" |
| }, |
| { |
| "source": "/features/:slug", |
| "destination": "/platform/features/:slug" |
| }, |
| { |
| "source": "/platform/features/online-memory", |
| "destination": "/platform/features/platform-overview" |
| }, |
| { |
| "source": "/platform/features/multimodal", |
| "destination": "/platform/features/multimodal-support" |
| }, |
| { |
| "source": "/platform/features/inferences", |
| "destination": "/platform/features/platform-overview" |
| }, |
| { |
| "source": "/platform/features/custom-prompts", |
| "destination": "/platform/features/custom-instructions" |
| }, |
| { |
| "source": "/platform/features/rest-api", |
| "destination": "/open-source/features/rest-api" |
| }, |
| { |
| "source": "/components/embedders/models/google_ai", |
| "destination": "/components/embedders/models/google_AI" |
| }, |
| { |
| "source": "/components/embedders/models/lm_studio", |
| "destination": "/components/embedders/models/lmstudio" |
| }, |
| { |
| "source": "/components/llms/models/xai", |
| "destination": "/components/llms/models/xAI" |
| }, |
| { |
| "source": "/components/llms/models/google_ai", |
| "destination": "/components/llms/models/google_AI" |
| }, |
| { |
| "source": "/components/llms/models/mistral_ai", |
| "destination": "/components/llms/models/mistral_AI" |
| }, |
| { |
| "source": "/components/llms/models/lm_studio", |
| "destination": "/components/llms/models/lmstudio" |
| }, |
| { |
| "source": "/components/vectordbs/dbs/neptune-analytics", |
| "destination": "/components/vectordbs/dbs/neptune_analytics" |
| }, |
| { |
| "source": "/components/vectordbs/dbs/s3-vectors", |
| "destination": "/components/vectordbs/dbs/s3_vectors" |
| }, |
| { |
| "source": "/open-source/python_quickstart", |
| "destination": "/open-source/python-quickstart" |
| }, |
| { |
| "source": "/open-source/node_quickstart", |
| "destination": "/open-source/node-quickstart" |
| }, |
| { |
| "source": "/open-source/rest-api", |
| "destination": "/open-source/features/rest-api" |
| }, |
| { |
| "source": "/cookbooks/deep-research", |
| "destination": "/cookbooks/operations/deep-research" |
| }, |
| { |
| "source": "/v0x/overview", |
| "destination": "/platform/overview" |
| }, |
| { |
| "source": "/v0x/quickstart", |
| "destination": "/platform/quickstart" |
| }, |
| { |
| "source": "/v0x/faqs", |
| "destination": "/platform/faqs" |
| }, |
| { |
| "source": "/integrations/multion", |
| "destination": "/integrations" |
| }, |
| { |
| "source": "/integrations/composio", |
| "destination": "/integrations" |
| }, |
| { |
| "source": "/integrations/qdrant", |
| "destination": "/components/vectordbs/dbs/qdrant" |
| }, |
| { |
| "source": "/integrations/anthropic", |
| "destination": "/components/llms/models/anthropic" |
| }, |
| { |
| "source": "/llms", |
| "destination": "/components/llms/overview" |
| }, |
| { |
| "source": "/open-source/graph-memory", |
| "destination": "/open-source/features/graph-memory" |
| }, |
| { |
| "source": "/cookbooks/customer-support-agent", |
| "destination": "/cookbooks/operations/support-inbox" |
| }, |
| { |
| "source": "/openmemory/overview", |
| "destination": "/introduction" |
| }, |
| { |
| "source": "/openmemory/quickstart", |
| "destination": "/introduction" |
| }, |
| { |
| "source": "/openmemory/integrations", |
| "destination": "/introduction" |
| } |
| ] |
| } |