mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-04-28 11:40:16 +00:00
Some checks failed
Publish AI SDK / publish (push) Has been cancelled
add docs for Migration Guide from zep to supermemory
43 lines
No EOL
1.3 KiB
Text
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>
|
|
|
|

|
|
|
|
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> |