aboutsummaryrefslogtreecommitdiff
path: root/apps/docs/memory-api/introduction.mdx
blob: 24a46f8be2b334b742639d24ad0102b56b019fa3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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>

![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="/integrations/supermemory-sdk">
    Learn more about the SDKs
  </Card>
</CardGroup>