Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated docs and resolved some bugs #2186

Merged
merged 2 commits into from
Feb 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"pages": [
"overview",
"quickstart",
"playground",
"faqs"
]
},
Expand Down
6 changes: 3 additions & 3 deletions docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Mem0 offers two powerful ways to leverage our technology: [our managed platform]
Check out our [Playground](https://mem0.dev/pd-pg) to see Mem0 in action.

<CardGroup cols={2}>
<Card title="Mem0 Platform" icon="chart-simple" href="#mem0-platform-managed-solution">
<Card title="Mem0 Platform (Managed Solution)" icon="chart-simple" href="#mem0-platform-managed-solution">
Better, faster, fully managed, and hassle free solution.
</Card>
<Card title="Mem0 Open Source" icon="code-branch" href="#mem0-open-source">
Expand All @@ -15,7 +15,7 @@ Check out our [Playground](https://mem0.dev/pd-pg) to see Mem0 in action.
</CardGroup>


## Mem0 Platform
## Mem0 Platform (Managed Solution)

Our fully managed platform provides a hassle-free way to integrate Mem0's capabilities into your AI agents and assistants. Sign up for Mem0 platform [here](https://mem0.dev/pd).

Expand Down Expand Up @@ -159,7 +159,7 @@ curl -X POST "https://api.mem0.ai/v1/memories/search/?version=v2" \
"filters": {
"AND": [
{
"user_id": "alex"
"user_id": "alex"
}
]
}
Expand Down