555e282cc4
pi-agent-plugin checks / lint (push) Has been cancelled
pi-agent-plugin checks / test (20) (push) Has been cancelled
pi-agent-plugin checks / test (22) (push) Has been cancelled
pi-agent-plugin checks / build (push) Has been cancelled
TypeScript SDK CI / check_changes (push) Has been cancelled
TypeScript SDK CI / changelog_check (push) Has been cancelled
ci / changelog_check (push) Has been cancelled
ci / check_changes (push) Has been cancelled
ci / build_mem0 (3.10) (push) Has been cancelled
ci / build_mem0 (3.11) (push) Has been cancelled
ci / build_mem0 (3.12) (push) Has been cancelled
CLI Node CI / lint (push) Has been cancelled
CLI Node CI / test (20) (push) Has been cancelled
CLI Node CI / test (22) (push) Has been cancelled
CLI Node CI / build (push) Has been cancelled
CLI Python CI / lint (push) Has been cancelled
CLI Python CI / test (3.10) (push) Has been cancelled
CLI Python CI / test (3.11) (push) Has been cancelled
CLI Python CI / test (3.12) (push) Has been cancelled
CLI Python CI / build (push) Has been cancelled
openclaw checks / lint (push) Has been cancelled
openclaw checks / test (20) (push) Has been cancelled
openclaw checks / test (22) (push) Has been cancelled
openclaw checks / build (push) Has been cancelled
opencode-plugin checks / build (push) Has been cancelled
TypeScript SDK CI / build_ts_sdk (20) (push) Has been cancelled
TypeScript SDK CI / build_ts_sdk (22) (push) Has been cancelled
TypeScript SDK CI / integration_ts_sdk (20) (push) Has been cancelled
TypeScript SDK CI / integration_ts_sdk (22) (push) Has been cancelled
64 lines
2.3 KiB
Plaintext
64 lines
2.3 KiB
Plaintext
---
|
|
title: "Overview"
|
|
description: "Self-hosting features that extend Mem0 beyond basic memory storage"
|
|
icon: "list"
|
|
---
|
|
|
|
# Self-Hosting Features Overview
|
|
|
|
Mem0 Open Source ships with capabilities that adapt memory behavior for production workloads: async operations, multimodal inputs, and fine-tuned retrieval. Configure these features with code or YAML to match your application's needs.
|
|
|
|
<Info>
|
|
Start with the <Link href="/open-source/python-quickstart">Python quickstart</Link> to validate basic memory operations, then enable the features below when you need them.
|
|
</Info>
|
|
|
|
## Choose your path
|
|
|
|
<CardGroup cols={3}>
|
|
<Card title="Advanced Metadata Filtering" icon="filter" href="/open-source/features/metadata-filtering">
|
|
Query with logical operators and nested conditions.
|
|
</Card>
|
|
<Card title="Search with Reranking" icon="ranking-star" href="/open-source/features/reranker-search">
|
|
Boost search relevance with specialized models.
|
|
</Card>
|
|
<Card title="Async Memory Operations" icon="bolt" href="/open-source/features/async-memory">
|
|
Non-blocking operations for high-throughput apps.
|
|
</Card>
|
|
<Card title="Multimodal Support" icon="image" href="/open-source/features/multimodal-support">
|
|
Process images, audio, and video memories.
|
|
</Card>
|
|
<Card title="Custom Instructions" icon="wand-magic-sparkles" href="/open-source/features/custom-instructions">
|
|
Tailor how facts are extracted from text.
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="REST API" icon="code" href="/open-source/features/rest-api">
|
|
HTTP endpoints for language-agnostic integrations.
|
|
</Card>
|
|
<Card title="OpenAI Compatibility" icon="message-bot" href="/open-source/features/openai_compatibility">
|
|
Drop-in replacement for OpenAI chat endpoints.
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
<Tip>
|
|
Looking for managed features instead? Compare self-hosting vs managed in the <Link href="/platform/platform-vs-oss">Platform vs OSS guide</Link>.
|
|
</Tip>
|
|
|
|
## Keep going
|
|
|
|
<CardGroup cols={2}>
|
|
<Card
|
|
title="Configure Components"
|
|
description="Choose your LLM, embedder, vector store, and reranker with YAML or code."
|
|
icon="sliders"
|
|
href="/open-source/configuration"
|
|
/>
|
|
<Card
|
|
title="Explore Cookbooks"
|
|
description="Follow production-ready examples that combine multiple features."
|
|
icon="book"
|
|
href="/cookbooks/overview"
|
|
/>
|
|
</CardGroup>
|