blob: ae85c6aacaec99ed3a6a3b8ef533af119cc9d152 (
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
|
---
title: "Overview"
---
<Columns cols={2}>
<Card title="Native Python and Typescript/JS SDKs" icon="code" href="/memory-api/sdks/native">
<br/>
```pip install supermemory```
```npm install supermemory```
</Card>
<Card title="AI SDK plugin" icon="triangle" href="/ai-sdk/overview">
Easy to use with Vercel AI SDK
</Card>
<Card title="OpenAI SDK plugins" icon="sparkles" href="/memory-api/sdks/openai-plugins">
Use supermemory with the python and javascript OpenAI SDKs
</Card>
<Card title="Memory Graph" icon="network" href="/memory-graph/overview">
Interactive canvas-based component to visualize your knowledge graph
</Card>
<Card title="Request more plugins" icon="life-buoy" href="mailto:[email protected]">
We will add support for your favorite SDKs asap.
</Card>
</Columns>
|