diff options
| author | Dhravya Shah <[email protected]> | 2025-09-13 22:09:40 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-09-13 22:09:40 -0700 |
| commit | 90fd19f2156e28845d9288ea8ffc2d7d9573b77a (patch) | |
| tree | e630e3943d70b688c42a762c11c745159e1d6771 /apps/docs/memory-api/introduction.mdx | |
| parent | Merge branch 'main' of https://github.com/supermemoryai/supermemory (diff) | |
| download | supermemory-90fd19f2156e28845d9288ea8ffc2d7d9573b77a.tar.xz supermemory-90fd19f2156e28845d9288ea8ffc2d7d9573b77a.zip | |
update: Readme
Diffstat (limited to 'apps/docs/memory-api/introduction.mdx')
| -rw-r--r-- | apps/docs/memory-api/introduction.mdx | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/apps/docs/memory-api/introduction.mdx b/apps/docs/memory-api/introduction.mdx deleted file mode 100644 index 8ff4547e..00000000 --- a/apps/docs/memory-api/introduction.mdx +++ /dev/null @@ -1,43 +0,0 @@ ---- -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 |