diff options
| author | Dhravya Shah <[email protected]> | 2025-09-28 16:42:06 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-09-28 16:42:06 -0700 |
| commit | 2093b316d9ecb9cfa9c550f436caee08e12f5d11 (patch) | |
| tree | 07b87fbd48b0b38ef26b9d5f839ad8cd61d82331 /apps/docs/memory-api/introduction.mdx | |
| parent | Merge branch 'main' of https://github.com/supermemoryai/supermemory (diff) | |
| download | supermemory-2093b316d9ecb9cfa9c550f436caee08e12f5d11.tar.xz supermemory-2093b316d9ecb9cfa9c550f436caee08e12f5d11.zip | |
migrate docs to public
Diffstat (limited to 'apps/docs/memory-api/introduction.mdx')
| -rw-r--r-- | apps/docs/memory-api/introduction.mdx | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/apps/docs/memory-api/introduction.mdx b/apps/docs/memory-api/introduction.mdx new file mode 100644 index 00000000..8ff4547e --- /dev/null +++ b/apps/docs/memory-api/introduction.mdx @@ -0,0 +1,43 @@ +--- +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" href="/api-reference"> + 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>
\ No newline at end of file |