repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | title: "Platform vs Open Source" |
| #3 | description: "Choose the right Mem0 solution for your needs" |
| #4 | icon: "code-compare" |
| #5 | --- |
| #6 | |
| #7 | ## Which Mem0 is right for you? |
| #8 | |
| #9 | Mem0 offers two powerful ways to add memory to your AI applications. Choose based on your priorities: |
| #10 | |
| #11 | <CardGroup cols={2}> |
| #12 | <Card |
| #13 | title="Mem0 Platform" |
| #14 | icon="cloud" |
| #15 | href="/platform/quickstart" |
| #16 | > |
| #17 | **Managed, hassle-free** |
| #18 | |
| #19 | Get started in 5 minutes with our hosted solution. Perfect for fast iteration and production apps. |
| #20 | </Card> |
| #21 | |
| #22 | <Card |
| #23 | title="Open Source" |
| #24 | icon="code-branch" |
| #25 | href="/open-source/python-quickstart" |
| #26 | > |
| #27 | **Self-hosted, full control** |
| #28 | |
| #29 | Deploy on your infrastructure. Choose your vector DB, LLM, and configure everything. |
| #30 | </Card> |
| #31 | </CardGroup> |
| #32 | |
| #33 | --- |
| #34 | |
| #35 | ## Feature Comparison |
| #36 | |
| #37 | <AccordionGroup> |
| #38 | <Accordion title="Setup & Getting Started" icon="rocket"> |
| #39 | | Feature | Platform | Open Source | |
| #40 | |---------|----------|-------------| |
| #41 | | **Time to first memory** | 5 minutes | 15-30 minutes | |
| #42 | | **Infrastructure needed** | None | Vector DB + Python/Node env | |
| #43 | | **API key setup** | One environment variable | Configure LLM + embedder + vector DB | |
| #44 | | **Maintenance** | Fully managed by Mem0 | Self-managed | |
| #45 | </Accordion> |
| #46 | |
| #47 | <Accordion title="Core Memory Features" icon="brain"> |
| #48 | | Feature | Platform | Open Source | |
| #49 | |---------|----------|-------------| |
| #50 | | **User & agent memories** | ✅ | ✅ | |
| #51 | | **Smart deduplication** | ✅ | ✅ | |
| #52 | | **Semantic search** | ✅ | ✅ | |
| #53 | | **Memory updates** | ✅ | ✅ | |
| #54 | | **Multi-language SDKs** | Python, JavaScript | Python, JavaScript | |
| #55 | </Accordion> |
| #56 | |
| #57 | <Accordion title="Advanced Capabilities" icon="sparkles"> |
| #58 | | Feature | Platform | Open Source | |
| #59 | |---------|----------|-------------| |
| #60 | | **Graph Memory** | ✅ (Managed) | ✅ (Self-configured) | |
| #61 | | **Multimodal support** | ✅ | ✅ | |
| #62 | | **Custom categories** | ✅ | Limited | |
| #63 | | **Advanced retrieval** | ✅ | ✅ | |
| #64 | | **Memory filters v2** | ✅ | ⚠️ (via metadata) | |
| #65 | | **Webhooks** | ✅ | ❌ | |
| #66 | | **Memory export** | ✅ | ❌ | |
| #67 | </Accordion> |
| #68 | |
| #69 | <Accordion title="Infrastructure & Scaling" icon="server"> |
| #70 | | Feature | Platform | Open Source | |
| #71 | |---------|----------|-------------| |
| #72 | | **Hosting** | Managed by Mem0 | Self-hosted | |
| #73 | | **Auto-scaling** | ✅ | Manual | |
| #74 | | **High availability** | ✅ Built-in | DIY setup | |
| #75 | | **Vector DB choice** | Managed | Qdrant, Chroma, Pinecone, Milvus, +20 more | |
| #76 | | **LLM choice** | Managed (optimized) | OpenAI, Anthropic, Ollama, Together, +10 more | |
| #77 | | **Data residency** | US (expandable) | Your choice | |
| #78 | </Accordion> |
| #79 | |
| #80 | <Accordion title="Pricing & Cost" icon="dollar-sign"> |
| #81 | | Aspect | Platform | Open Source | |
| #82 | |--------|----------|-------------| |
| #83 | | **License** | Usage-based pricing | Apache 2.0 (free) | |
| #84 | | **Infrastructure costs** | Included in pricing | You pay for VectorDB + LLM + hosting | |
| #85 | | **Support** | Included | Community + GitHub | |
| #86 | | **Best for** | Fast iteration, production apps | Cost-sensitive, custom requirements | |
| #87 | </Accordion> |
| #88 | |
| #89 | <Accordion title="Development & Integration" icon="code"> |
| #90 | | Feature | Platform | Open Source | |
| #91 | |---------|----------|-------------| |
| #92 | | **REST API** | ✅ | ✅ (via feature flag) | |
| #93 | | **Python SDK** | ✅ | ✅ | |
| #94 | | **JavaScript SDK** | ✅ | ✅ | |
| #95 | | **Framework integrations** | LangChain, CrewAI, LlamaIndex, +15 | Same | |
| #96 | | **Dashboard** | ✅ Web-based | ❌ | |
| #97 | | **Analytics** | ✅ Built-in | DIY | |
| #98 | </Accordion> |
| #99 | </AccordionGroup> |
| #100 | |
| #101 | --- |
| #102 | |
| #103 | ## Decision Guide |
| #104 | |
| #105 | ### Choose **Platform** if you want: |
| #106 | |
| #107 | <CardGroup cols={2}> |
| #108 | <Card icon="bolt" title="Fast Time to Market"> |
| #109 | Get your AI app with memory live in hours, not weeks. No infrastructure setup needed. |
| #110 | </Card> |
| #111 | |
| #112 | <Card icon="shield" title="Production-Ready"> |
| #113 | Auto-scaling, high availability, and managed infrastructure out of the box. |
| #114 | </Card> |
| #115 | |
| #116 | <Card icon="chart-line" title="Built-in Analytics"> |
| #117 | Track memory usage, query patterns, and user engagement through our dashboard. |
| #118 | </Card> |
| #119 | |
| #120 | <Card icon="webhook" title="Advanced Features"> |
| #121 | Access to webhooks, memory export, custom categories, and priority support. |
| #122 | </Card> |
| #123 | </CardGroup> |
| #124 | |
| #125 | ### Choose **Open Source** if you need: |
| #126 | |
| #127 | <CardGroup cols={2}> |
| #128 | <Card icon="lock" title="Full Data Control"> |
| #129 | Host everything on your infrastructure. Complete data residency and privacy control. |
| #130 | </Card> |
| #131 | |
| #132 | <Card icon="wrench" title="Custom Configuration"> |
| #133 | Choose your own vector DB, LLM provider, embedder, and deployment strategy. |
| #134 | </Card> |
| #135 | |
| #136 | <Card icon="code" title="Extensibility"> |
| #137 | Modify the codebase, add custom features, and contribute back to the community. |
| #138 | </Card> |
| #139 | |
| #140 | <Card icon="dollar-sign" title="Cost Optimization"> |
| #141 | Use local LLMs (Ollama), self-hosted vector DBs, and optimize for your specific use case. |
| #142 | </Card> |
| #143 | </CardGroup> |
| #144 | |
| #145 | --- |
| #146 | |
| #147 | ## Still not sure? |
| #148 | |
| #149 | <CardGroup cols={2}> |
| #150 | <Card |
| #151 | title="Try Platform Free" |
| #152 | icon="rocket" |
| #153 | href="https://app.mem0.ai" |
| #154 | > |
| #155 | Sign up and test the Platform with our free tier. No credit card required. |
| #156 | </Card> |
| #157 | |
| #158 | <Card |
| #159 | title="Explore Open Source" |
| #160 | icon="github" |
| #161 | href="https://github.com/mem0ai/mem0" |
| #162 | > |
| #163 | Clone the repo and run locally to see how it works. Star us while you're there! |
| #164 | </Card> |
| #165 | </CardGroup> |
| #166 |