From 1436da18b1b84494dca240059c4ac4405308b69c Mon Sep 17 00:00:00 2001 From: Deshraj Yadav Date: Tue, 18 Feb 2025 17:52:32 -0800 Subject: [PATCH] Update docs (#2222) --- docs/api-reference/overview.mdx | 6 +- docs/components/embedders/config.mdx | 10 +- docs/components/embedders/overview.mdx | 2 + docs/components/llms/config.mdx | 12 +- docs/components/llms/overview.mdx | 2 + docs/components/vectordbs/config.mdx | 12 +- docs/components/vectordbs/overview.mdx | 2 + docs/docs.json | 295 +++++++++++++++++++++ docs/faqs.mdx | 2 + docs/features.mdx | 2 + docs/features/advanced-retrieval.mdx | 2 + docs/features/async-client.mdx | 2 + docs/features/custom-categories.mdx | 2 + docs/features/custom-instructions.mdx | 2 + docs/features/custom-prompts.mdx | 2 + docs/features/direct-import.mdx | 2 + docs/features/memory-export.mdx | 2 + docs/features/multimodal-support.mdx | 2 + docs/features/openai_compatibility.mdx | 2 + docs/features/platform-overview.mdx | 2 + docs/features/selective-memory.mdx | 2 + docs/mint.json | 262 ------------------ docs/open-source/graph_memory/features.mdx | 2 + docs/open-source/graph_memory/overview.mdx | 2 + docs/open-source/multimodal-support.mdx | 2 + docs/open-source/quickstart.mdx | 2 + docs/overview.mdx | 2 + docs/platform/overview.mdx | 2 + docs/platform/quickstart.mdx | 2 + docs/quickstart.mdx | 2 + 30 files changed, 369 insertions(+), 276 deletions(-) create mode 100644 docs/docs.json delete mode 100644 docs/mint.json diff --git a/docs/api-reference/overview.mdx b/docs/api-reference/overview.mdx index 086cb795..eb36b4f7 100644 --- a/docs/api-reference/overview.mdx +++ b/docs/api-reference/overview.mdx @@ -1,4 +1,8 @@ -# Mem0 API Overview +--- +title: Overview +icon: "info" +iconType: "solid" +--- Mem0 provides a powerful set of APIs that allow you to integrate advanced memory management capabilities into your applications. Our APIs are designed to be intuitive, efficient, and scalable, enabling you to create, retrieve, update, and delete memories across various entities such as users, agents, apps, and runs. diff --git a/docs/components/embedders/config.mdx b/docs/components/embedders/config.mdx index 95860b80..a5ad8fa0 100644 --- a/docs/components/embedders/config.mdx +++ b/docs/components/embedders/config.mdx @@ -1,15 +1,19 @@ -## What is Config? +--- +title: Configurations +icon: "gear" +iconType: "solid" +--- Config in mem0 is a dictionary that specifies the settings for your embedding models. It allows you to customize the behavior and connection details of your chosen embedder. -## How to Define Config +## How to define configurations? The config is defined as a Python dictionary with two main keys: - `embedder`: Specifies the embedder provider and its configuration - `provider`: The name of the embedder (e.g., "openai", "ollama") - `config`: A nested dictionary containing provider-specific settings -## How to Use Config +## How to use configurations? Here's a general example of how to use the config with mem0: diff --git a/docs/components/embedders/overview.mdx b/docs/components/embedders/overview.mdx index bb356357..86a14cc7 100644 --- a/docs/components/embedders/overview.mdx +++ b/docs/components/embedders/overview.mdx @@ -1,5 +1,7 @@ --- title: Overview +icon: "info" +iconType: "solid" --- Mem0 offers support for various embedding models, allowing users to choose the one that best suits their needs. diff --git a/docs/components/llms/config.mdx b/docs/components/llms/config.mdx index 573d306d..226d6868 100644 --- a/docs/components/llms/config.mdx +++ b/docs/components/llms/config.mdx @@ -1,10 +1,12 @@ -## What is Config? +--- +title: Configurations +icon: "gear" +iconType: "solid" +--- -Config in mem0 is a dictionary that specifies the settings for your llms. It allows you to customize the behavior and connection details of your chosen llm. +## How to define configurations? -## How to Define Config - -The config is defined as a Python dictionary with two main keys: +The `config` is defined as a Python dictionary with two main keys: - `llm`: Specifies the llm provider and its configuration - `provider`: The name of the llm (e.g., "openai", "groq") - `config`: A nested dictionary containing provider-specific settings diff --git a/docs/components/llms/overview.mdx b/docs/components/llms/overview.mdx index 30bbab68..4489bc0f 100644 --- a/docs/components/llms/overview.mdx +++ b/docs/components/llms/overview.mdx @@ -1,5 +1,7 @@ --- title: Overview +icon: "info" +iconType: "solid" --- Mem0 includes built-in support for various popular large language models. Memory can utilize the LLM provided by the user, ensuring efficient use for specific needs. diff --git a/docs/components/vectordbs/config.mdx b/docs/components/vectordbs/config.mdx index 5169781e..40537916 100644 --- a/docs/components/vectordbs/config.mdx +++ b/docs/components/vectordbs/config.mdx @@ -1,10 +1,12 @@ -## What is Config? +--- +title: Configurations +icon: "gear" +iconType: "solid" +--- -Config in mem0 is a dictionary that specifies the settings for your vector database. It allows you to customize the behavior and connection details of your chosen vector store. +## How to define configurations? -## How to Define Config - -The config is defined as a Python dictionary with two main keys: +The `config` is defined as a Python dictionary with two main keys: - `vector_store`: Specifies the vector database provider and its configuration - `provider`: The name of the vector database (e.g., "chroma", "pgvector", "qdrant", "milvus","azure_ai_search") - `config`: A nested dictionary containing provider-specific settings diff --git a/docs/components/vectordbs/overview.mdx b/docs/components/vectordbs/overview.mdx index 29f0705f..61725466 100644 --- a/docs/components/vectordbs/overview.mdx +++ b/docs/components/vectordbs/overview.mdx @@ -1,5 +1,7 @@ --- title: Overview +icon: "info" +iconType: "solid" --- Mem0 includes built-in support for various popular databases. Memory can utilize the database provided by the user, ensuring efficient use for specific needs. diff --git a/docs/docs.json b/docs/docs.json new file mode 100644 index 00000000..f0d3df15 --- /dev/null +++ b/docs/docs.json @@ -0,0 +1,295 @@ +{ + "$schema": "https://mintlify.com/docs.json", + "theme": "maple", + "name": "Mem0", + "description": "Mem0 is a self-improving memory layer for LLM applications, enabling personalized AI experiences that save costs and delight users.", + "colors": { + "primary": "#6c60f0", + "light": "#E6FFA2", + "dark": "#a3df02" + }, + "favicon": "/logo/favicon.png", + "navigation": { + "anchors": [ + { + "anchor": "Documentation", + "icon": "book-open", + "tabs": [ + { + "tab": "Documentation", + "groups": [ + { + "group": "Get Started", + "icon": "rocket", + "pages": [ + "overview", + "quickstart", + "faqs" + ] + }, + { + "group": "Platform", + "icon": "cogs", + "pages": [ + "platform/overview", + "platform/quickstart", + { + "group": "Features", + "icon": "star", + "pages": [ + "features/platform-overview", + "features/advanced-retrieval", + "features/multimodal-support", + "features/selective-memory", + "features/custom-categories", + "features/custom-instructions", + "features/direct-import", + "features/async-client", + "features/memory-export" + ] + } + ] + }, + { + "group": "Open Source", + "icon": "code-branch", + "pages": [ + "open-source/quickstart", + { + "group": "Features", + "icon": "wrench", + "pages": [ + "features/openai_compatibility", + "features/custom-prompts", + "open-source/multimodal-support" + ] + }, + { + "group": "Graph Memory", + "icon": "spider-web", + "pages": [ + "open-source/graph_memory/overview", + "open-source/graph_memory/features" + ] + }, + { + "group": "LLMs", + "icon": "brain", + "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/gemini" + ] + } + ] + }, + { + "group": "Vector Databases", + "icon": "database", + "pages": [ + "components/vectordbs/overview", + "components/vectordbs/config", + { + "group": "Supported Vector Databases", + "icon": "server", + "pages": [ + "components/vectordbs/dbs/qdrant", + "components/vectordbs/dbs/chroma", + "components/vectordbs/dbs/pgvector", + "components/vectordbs/dbs/milvus", + "components/vectordbs/dbs/azure_ai_search", + "components/vectordbs/dbs/redis", + "components/vectordbs/dbs/elasticsearch" + ] + } + ] + }, + { + "group": "Embedding Models", + "icon": "layer-group", + "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/gemini" + ] + } + ] + } + ] + } + ] + }, + { + "tab": "Examples", + "groups": [ + { + "group": "💡 Examples", + "icon": "lightbulb", + "pages": [ + "examples/overview", + "examples/mem0-with-ollama", + "examples/personal-ai-tutor", + "examples/customer-support-agent", + "examples/personal-travel-assistant", + "examples/llama-index-mem0" + ] + } + ] + }, + { + "tab": "Integrations", + "groups": [ + { + "group": "Integrations", + "icon": "plug", + "pages": [ + "integrations/overview", + "integrations/vercel-ai-sdk", + "integrations/crewai", + "integrations/autogen", + "integrations/langchain", + "integrations/langgraph", + "integrations/llama-index", + "integrations/langchain-tools" + ] + } + ] + }, + { + "tab": "API Reference", + "icon": "square-terminal", + "groups": [ + { + "group": "API Reference", + "icon": "terminal", + "pages": [ + "api-reference/overview", + { + "group": "Memory APIs", + "icon": "microchip", + "pages": [ + "api-reference/memory/v1-get-memories", + "api-reference/memory/v2-get-memories", + "api-reference/memory/add-memories", + "api-reference/memory/delete-memories", + "api-reference/memory/get-memory", + "api-reference/memory/update-memory", + "api-reference/memory/delete-memory", + "api-reference/memory/v1-search-memories", + "api-reference/memory/v2-search-memories", + "api-reference/memory/history-memory", + "api-reference/memory/batch-update", + "api-reference/memory/batch-delete", + "api-reference/memory/create-memory-export", + "api-reference/memory/get-memory-export" + ] + }, + { + "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/get-orgs", + "api-reference/organization/get-org", + "api-reference/organization/create-org", + "api-reference/organization/update-org", + "api-reference/organization/delete-org", + "api-reference/organization/get-org-members", + "api-reference/organization/add-org-member", + "api-reference/organization/remove-org-member", + "api-reference/organization/get-org-projects", + "api-reference/organization/add-org-project", + "api-reference/organization/remove-org-project" + ] + } + ] + } + ] + } + ] + }, + { + "anchor": "Your Dashboard", + "href": "https://app.mem0.ai", + "icon": "chart-simple" + }, + { + "anchor": "Discord", + "href": "https://mem0.dev/DiD", + "icon": "discord" + }, + { + "anchor": "GitHub", + "href": "https://github.com/mem0ai/mem0", + "icon": "github" + }, + { + "anchor": "Support", + "href": "mailto:founders@mem0.ai", + "icon": "envelope" + } + ] + }, + "logo": { + "light": "/logo/light.svg", + "dark": "/logo/dark.svg", + "href": "https://github.com/mem0ai/mem0" + }, + "background": { + "color": { + "light": "#fff", + "dark": "#0f1117" + } + }, + "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" + } + } +} \ No newline at end of file diff --git a/docs/faqs.mdx b/docs/faqs.mdx index bd57b1b2..82243489 100644 --- a/docs/faqs.mdx +++ b/docs/faqs.mdx @@ -1,5 +1,7 @@ --- title: FAQs +icon: "question" +iconType: "solid" --- diff --git a/docs/features.mdx b/docs/features.mdx index 25b67fb1..2aa0e3a8 100644 --- a/docs/features.mdx +++ b/docs/features.mdx @@ -1,5 +1,7 @@ --- title: Features +icon: "wrench" +iconType: "solid" --- ## Core features diff --git a/docs/features/advanced-retrieval.mdx b/docs/features/advanced-retrieval.mdx index a093eb34..fe31357c 100644 --- a/docs/features/advanced-retrieval.mdx +++ b/docs/features/advanced-retrieval.mdx @@ -1,5 +1,7 @@ --- title: Advanced Retrieval +icon: "magnifying-glass" +iconType: "solid" --- Mem0's **Advanced Retrieval** feature delivers superior search results by leveraging state-of-the-art search algorithms. Beyond the default search functionality, Mem0 offers the following advanced retrieval modes: diff --git a/docs/features/async-client.mdx b/docs/features/async-client.mdx index ceba802f..18de6ed7 100644 --- a/docs/features/async-client.mdx +++ b/docs/features/async-client.mdx @@ -1,6 +1,8 @@ --- title: Async Client description: 'Asynchronous client for Mem0' +icon: "bolt" +iconType: "solid" --- The `AsyncMemoryClient` is an asynchronous client for interacting with the Mem0 API. It provides similar functionality to the synchronous `MemoryClient` but allows for non-blocking operations, which can be beneficial in applications that require high concurrency. diff --git a/docs/features/custom-categories.mdx b/docs/features/custom-categories.mdx index bf591fdd..cc60934c 100644 --- a/docs/features/custom-categories.mdx +++ b/docs/features/custom-categories.mdx @@ -1,6 +1,8 @@ --- title: Custom Categories description: 'Enhance your product experience by adding custom categories tailored to your needs' +icon: "tags" +iconType: "solid" --- ## How to set custom categories? diff --git a/docs/features/custom-instructions.mdx b/docs/features/custom-instructions.mdx index 8a4fa45b..f9195fcc 100644 --- a/docs/features/custom-instructions.mdx +++ b/docs/features/custom-instructions.mdx @@ -1,6 +1,8 @@ --- title: Custom Instructions description: 'Enhance your product experience by adding custom instructions tailored to your needs' +icon: "pencil" +iconType: "solid" --- ## Introduction to Custom Instructions diff --git a/docs/features/custom-prompts.mdx b/docs/features/custom-prompts.mdx index ff6fe0e6..a7cbd427 100644 --- a/docs/features/custom-prompts.mdx +++ b/docs/features/custom-prompts.mdx @@ -1,6 +1,8 @@ --- title: Custom Prompts description: 'Enhance your product experience by adding custom prompts tailored to your needs' +icon: "pencil" +iconType: "solid" --- ## Introduction to Custom Prompts diff --git a/docs/features/direct-import.mdx b/docs/features/direct-import.mdx index 94901952..64cbf2aa 100644 --- a/docs/features/direct-import.mdx +++ b/docs/features/direct-import.mdx @@ -1,6 +1,8 @@ --- title: Direct Import description: 'Bypass the memory deduction phase and directly store pre-defined memories for efficient retrieval' +icon: "arrow-right" +iconType: "solid" --- ## How to use Direct Import? diff --git a/docs/features/memory-export.mdx b/docs/features/memory-export.mdx index c18bad91..fc2743f5 100644 --- a/docs/features/memory-export.mdx +++ b/docs/features/memory-export.mdx @@ -1,6 +1,8 @@ --- title: Memory Export description: 'Export memories in a structured format using customizable Pydantic schemas' +icon: "file-export" +iconType: "solid" --- ## Overview diff --git a/docs/features/multimodal-support.mdx b/docs/features/multimodal-support.mdx index a041c972..9753df75 100644 --- a/docs/features/multimodal-support.mdx +++ b/docs/features/multimodal-support.mdx @@ -1,5 +1,7 @@ --- title: Multimodal Support +icon: "image" +iconType: "solid" --- Mem0 extends its capabilities beyond text by supporting multimodal data, including images. Users can seamlessly integrate images into their interactions, allowing Mem0 to extract pertinent information from visual content and enrich the memory system. diff --git a/docs/features/openai_compatibility.mdx b/docs/features/openai_compatibility.mdx index 1f4e7f1c..6cd52ec3 100644 --- a/docs/features/openai_compatibility.mdx +++ b/docs/features/openai_compatibility.mdx @@ -1,5 +1,7 @@ --- title: OpenAI Compatibility +icon: "code" +iconType: "solid" --- 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. diff --git a/docs/features/platform-overview.mdx b/docs/features/platform-overview.mdx index 275d9424..6cb86d38 100644 --- a/docs/features/platform-overview.mdx +++ b/docs/features/platform-overview.mdx @@ -1,5 +1,7 @@ --- title: Overview +icon: "info" +iconType: "solid" --- Learn about the key features and capabilities that make Mem0 a powerful platform for memory management and retrieval. diff --git a/docs/features/selective-memory.mdx b/docs/features/selective-memory.mdx index d2604213..9e2edd2c 100644 --- a/docs/features/selective-memory.mdx +++ b/docs/features/selective-memory.mdx @@ -1,6 +1,8 @@ --- title: Memory Customization description: 'Mem0 supports customizing the memories you store, allowing you to focus on pertinent information while omitting irrelevant data.' +icon: "filter" +iconType: "solid" --- ## Benefits of Memory Customization diff --git a/docs/mint.json b/docs/mint.json deleted file mode 100644 index bff73c31..00000000 --- a/docs/mint.json +++ /dev/null @@ -1,262 +0,0 @@ -{ - "$schema": "https://mintlify.com/schema.json", - "name": "Mem0.ai", - "favicon": "/logo/favicon.png", - "colors": { - "primary": "#6c60f0", - "light": "#E6FFA2", - "dark": "#a3df02", - "background": { - "dark": "#0f1117", - "light": "#fff" - } - }, - "logo": { - "dark": "/logo/dark.svg", - "light": "/logo/light.svg", - "href": "https://github.com/mem0ai/mem0" - }, - "topbarCtaButton": { - "name": "Your Dashboard", - "url": "https://app.mem0.ai" - }, - "anchors": [ - { - "name": "Your Dashboard", - "icon": "chart-simple", - "url": "https://app.mem0.ai" - }, - { - "name": "API Reference", - "url": "api-reference", - "icon": "square-terminal" - }, - { - "name": "Discord", - "icon": "discord", - "url": "https://mem0.dev/DiD" - }, - { - "name": "GitHub", - "icon": "github", - "url": "https://github.com/mem0ai/mem0" - }, - { - "name": "Support", - "icon": "envelope", - "url": "mailto:taranjeet@mem0.ai" - } - ], - "tabs": [{ - "name": "Documentation", - "url": "content" - }, - { - "name": "Examples", - "url": "examples" - }, - { - "name": "Integrations", - "url": "integrations" - }], - "navigation": [ - { - "group": "Get Started", - "pages": [ - "overview", - "quickstart", - "faqs" - ] - }, - { - "group": "Platform", - "pages": [ - "platform/overview", - "platform/quickstart", - { - "group": "Features", - "pages": ["features/platform-overview", "features/advanced-retrieval", "features/multimodal-support", "features/selective-memory", "features/custom-categories", "features/custom-instructions", "features/direct-import", "features/async-client", "features/memory-export"] - } - ] - }, - { - "group": "Open Source", - "pages": [ - "open-source/quickstart", - { - "group": "Graph Memory", - "pages": ["open-source/graph_memory/overview", "open-source/graph_memory/features"] - }, - { - "group": "LLMs", - "pages": [ - "components/llms/overview", - "components/llms/config", - { - "group": "Supported LLMs", - "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/gemini" - ] - } - ] - }, - { - "group": "Vector Databases", - "pages": [ - "components/vectordbs/overview", - "components/vectordbs/config", - { - "group": "Supported Vector Databases", - "pages": [ - "components/vectordbs/dbs/qdrant", - "components/vectordbs/dbs/chroma", - "components/vectordbs/dbs/pgvector", - "components/vectordbs/dbs/milvus", - "components/vectordbs/dbs/azure_ai_search", - "components/vectordbs/dbs/redis", - "components/vectordbs/dbs/elasticsearch" - ] - } - ] - }, - { - "group": "Embedding Models", - "pages": [ - "components/embedders/overview", - "components/embedders/config", - { - "group": "Supported Embedding Models", - "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/gemini" - ] - } - ] - }, - { - "group": "Features", - "pages": ["features/openai_compatibility", "features/custom-prompts", "open-source/multimodal-support"] - } - ] - }, - { - "group": "API Reference", - "pages": [ - "api-reference/overview", - { - "group": "Memory APIs", - "pages": [ - "api-reference/memory/v1-get-memories", - "api-reference/memory/v2-get-memories", - "api-reference/memory/add-memories", - "api-reference/memory/delete-memories", - "api-reference/memory/get-memory", - "api-reference/memory/update-memory", - "api-reference/memory/delete-memory", - "api-reference/memory/v1-search-memories", - "api-reference/memory/v2-search-memories", - "api-reference/memory/history-memory", - "api-reference/memory/batch-update", - "api-reference/memory/batch-delete", - "api-reference/memory/create-memory-export", - "api-reference/memory/get-memory-export" - ] - }, - { - "group": "Entities APIs", - "pages": [ - "api-reference/entities/get-users", - "api-reference/entities/delete-user" - ] - }, - { - "group": "Organizations APIs", - "pages": [ - "api-reference/organization/get-orgs", - "api-reference/organization/get-org", - "api-reference/organization/create-org", - "api-reference/organization/delete-org", - { - "group": "Members APIs", - "pages": [ - "api-reference/organization/get-org-members", - "api-reference/organization/add-org-member", - "api-reference/organization/update-org-member", - "api-reference/organization/delete-org-member" - ] - } - ] - }, - { - "group": "Projects APIs", - "pages": [ - "api-reference/project/get-projects", - "api-reference/project/get-project", - "api-reference/project/update-project", - "api-reference/project/create-project", - "api-reference/project/delete-project", - { - "group": "Members APIs", - "pages":[ - "api-reference/project/get-project-members", - "api-reference/project/add-project-member", - "api-reference/project/update-project-member", - "api-reference/project/delete-project-member" - ] - } - ] - } - ] - }, - { - "group": "Integrations", - "pages": [ - "integrations/overview", - "integrations/vercel-ai-sdk", - "integrations/crewai", - "integrations/autogen", - "integrations/langchain", - "integrations/langgraph", - "integrations/llama-index", - "integrations/langchain-tools" - ] - }, - { - "group": "💡 Examples", - "pages": [ - "examples/overview", - "examples/mem0-with-ollama", - "examples/personal-ai-tutor", - "examples/customer-support-agent", - "examples/personal-travel-assistant", - "examples/llama-index-mem0" - ] - } - ], - "footerSocials": { - "discord": "https://mem0.dev/DiD", - "x": "https://x.com/mem0ai", - "github": "https://github.com/mem0ai", - "linkedin": "https://www.linkedin.com/company/mem0/" - }, - "analytics": { - "posthog": { - "apiKey": "phc_hgJkUVJFYtmaJqrvf6CYN67TIQ8yhXAkWzUn9AMU4yX", - "apiHost": "https://mango.mem0.ai" - } - } -} diff --git a/docs/open-source/graph_memory/features.mdx b/docs/open-source/graph_memory/features.mdx index dd2cc3e3..52abfc79 100644 --- a/docs/open-source/graph_memory/features.mdx +++ b/docs/open-source/graph_memory/features.mdx @@ -1,6 +1,8 @@ --- title: Features description: 'Graph Memory features' +icon: "list-check" +iconType: "solid" --- Graph Memory is a powerful feature that allows users to create and utilize complex relationships between pieces of information. diff --git a/docs/open-source/graph_memory/overview.mdx b/docs/open-source/graph_memory/overview.mdx index f384bb56..80e2b238 100644 --- a/docs/open-source/graph_memory/overview.mdx +++ b/docs/open-source/graph_memory/overview.mdx @@ -1,6 +1,8 @@ --- title: Overview description: 'Enhance your memory system with graph-based knowledge representation and retrieval' +icon: "database" +iconType: "solid" --- Mem0 now supports **Graph Memory**. diff --git a/docs/open-source/multimodal-support.mdx b/docs/open-source/multimodal-support.mdx index a57c5a56..b2cd343e 100644 --- a/docs/open-source/multimodal-support.mdx +++ b/docs/open-source/multimodal-support.mdx @@ -1,5 +1,7 @@ --- title: Multimodal Support +icon: "image" +iconType: "solid" --- Mem0 extends its capabilities beyond text by supporting multimodal data, including images. Users can seamlessly integrate images into their interactions, allowing Mem0 to extract pertinent information from visual content and enrich the memory system. diff --git a/docs/open-source/quickstart.mdx b/docs/open-source/quickstart.mdx index ae436405..26df8173 100644 --- a/docs/open-source/quickstart.mdx +++ b/docs/open-source/quickstart.mdx @@ -1,6 +1,8 @@ --- title: Guide description: 'Get started with Mem0 quickly!' +icon: "book" +iconType: "solid" --- > Welcome to the Mem0 quickstart guide. This guide will help you get up and running with Mem0 in no time. diff --git a/docs/overview.mdx b/docs/overview.mdx index 65c8a73f..3067bce4 100644 --- a/docs/overview.mdx +++ b/docs/overview.mdx @@ -1,5 +1,7 @@ --- title: Overview +icon: "info" +iconType: "solid" --- diff --git a/docs/platform/overview.mdx b/docs/platform/overview.mdx index 445e27a7..51d9c1c4 100644 --- a/docs/platform/overview.mdx +++ b/docs/platform/overview.mdx @@ -1,6 +1,8 @@ --- title: Introduction description: 'Empower your AI applications with long-term memory and personalization' +icon: "eye" +iconType: "solid" --- ## Welcome to Mem0 Platform diff --git a/docs/platform/quickstart.mdx b/docs/platform/quickstart.mdx index c95b9b42..77af8e69 100644 --- a/docs/platform/quickstart.mdx +++ b/docs/platform/quickstart.mdx @@ -1,6 +1,8 @@ --- title: Guide description: 'Get started with Mem0 Platform in minutes' +icon: "book" +iconType: "solid" --- diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 7026ed92..db0ef920 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -1,5 +1,7 @@ --- title: Quickstart +icon: "bolt" +iconType: "solid" --- Mem0 offers two powerful ways to leverage our technology: [our managed platform](#mem0-platform-managed-solution) and [our open source solution](#mem0-open-source).