supermemory/apps/docs/memory-api/introduction.mdx
MaheshtheDev b8e98c7dba
Some checks failed
Publish AI SDK / publish (push) Has been cancelled
add(docs): migration guide from zep to supermemory (#612)
add docs for Migration Guide from zep to supermemory
2025-12-20 00:47:52 +00:00

43 lines
No EOL
1.3 KiB
Text

---
title: "Introduction - Memory endpoints"
sidebarTitle: "Introduction"
description: "Ingest content at scale, in any format."
---
**supermemory** automatically **ingests and processes your data**, and makes it searchable.
<Info>
The Memory engine scales linearly - which means we're **incredibly fast and scalable**, while providing one of the more affordable
</Info>
![supermemory](/images/processing.png)
It also gives you features like:
- [Connectors and Syncing](/memory-api/connectors/)
- [Multimodality](/memory-api/features/auto-multi-modal)
- [Advanced Filtering](/memory-api/features/filtering)
- [Reranking](/memory-api/features/reranking)
- [Extracting details from text](/memory-api/features/content-cleaner)
- [Query Rewriting](/memory-api/features/query-rewriting)
... and lots more\!
Check out the following resources to get started:
<CardGroup cols={2}>
<Card title="Quickstart" icon="zap" href="/memory-api/overview">
Get started in 5 minutes
</Card>
<Card title="API Reference" icon="unplug">
Learn more about the API
</Card>
<Card title="Use Cases" icon="brain" href="/overview/use-cases">
See what supermemory can do for you
</Card>
<Card title="SDKs" icon="code" href="/memory-api/sdks/">
Learn more about the SDKs
</Card>
</CardGroup>