mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-04-28 03:29:59 +00:00
24 lines
691 B
Text
24 lines
691 B
Text
---
|
|
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="Request more plugins" icon="life-buoy" href="mailto:support@supermemory.ai">
|
|
We will add support for your favorite SDKs asap.
|
|
</Card>
|
|
</Columns>
|