mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-19 07:42:43 +00:00
docs: update changelog
This commit is contained in:
parent
feb3c34a96
commit
d00e9ae8b4
2 changed files with 44 additions and 31 deletions
|
|
@ -4,6 +4,9 @@ description: "New updates and improvements"
|
|||
mode: "center"
|
||||
---
|
||||
|
||||
<Update label="2024-10-12" description="v0.1.1">
|
||||
You can now search for memories in multiple spaces at once.
|
||||
<Update label="2025-02-01" description="v0.1.1">
|
||||
- You can now search for memories in multiple spaces at once.
|
||||
- All endpoints have been updated to `/v1` for better versioning
|
||||
- Improved documentation and examples
|
||||
- Interactive [API Playground](https://docs.supermemory.ai/api-reference)
|
||||
</Update>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,8 @@ Introducing the Supermemory API. An _affordable_, _easy-to-use_, and _production
|
|||
alt="Hero Dark"
|
||||
/>
|
||||
|
||||
Trusted by Open source [8.5k+ stars](https://git.new/memory), one of the fastest [growing growing projects in Q3 2024](https://runacap.com/ross-index/q3-2024/), Product of the day on [ProductHunt](https://www.producthunt.com/posts/supermemory).
|
||||
|
||||
## Why Supermemory?
|
||||
|
||||
### The problem
|
||||
|
|
@ -36,14 +38,14 @@ Introducing the Supermemory API. An _affordable_, _easy-to-use_, and _production
|
|||
</Warning>
|
||||
</Step>
|
||||
|
||||
<Step title="Now for the embedding model">
|
||||
<Note>
|
||||
Which one to choose? Unless you have a PhD in AI, good luck figuring out:
|
||||
- Which model fits your use case
|
||||
- What are the performance tradeoffs
|
||||
- How to keep up with new releases
|
||||
</Note>
|
||||
</Step>
|
||||
{" "}
|
||||
<Step title="Now for the embedding model">
|
||||
<Note>
|
||||
Which one to choose? Unless you have a PhD in AI, good luck figuring out: -
|
||||
Which model fits your use case - What are the performance tradeoffs - How to
|
||||
keep up with new releases
|
||||
</Note>
|
||||
</Step>
|
||||
|
||||
<Step title="Time to build the memory layer">
|
||||
<CardGroup cols={2}>
|
||||
|
|
@ -72,39 +74,47 @@ And in the middle of all this, you're wondering...
|
|||
|
||||
### The solution
|
||||
|
||||
If you are not a fan of reinventing the wheel, you can use Supermemory.
|
||||
If you are not a fan of reinventing the wheel, you can use Supermemory.
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card title="Affordable & Easy to Use" icon="circle-check" className="text-emerald-600">
|
||||
<Card
|
||||
title="Affordable & Easy to Use"
|
||||
icon="circle-check"
|
||||
className="text-emerald-600"
|
||||
>
|
||||
<div className="text-emerald-700 space-y-1">
|
||||
- Start for free, scale as you grow
|
||||
- Simple API, deploy in minutes
|
||||
- No complex setup or maintenance
|
||||
- Clear, predictable pricing
|
||||
- Start for free, scale as you grow - Simple API, deploy in minutes - No
|
||||
complex setup or maintenance - Clear, predictable pricing
|
||||
</div>
|
||||
</Card>
|
||||
<Card title="Ready-made Connectors" icon="circle-check" className="text-emerald-600">
|
||||
<Card
|
||||
title="Ready-made Connectors"
|
||||
icon="circle-check"
|
||||
className="text-emerald-600"
|
||||
>
|
||||
<div className="text-emerald-700 space-y-1">
|
||||
- Notion, Google Drive, Slack integration
|
||||
- Web scraping and PDF processing
|
||||
- Email and calendar sync
|
||||
- Custom connector SDK
|
||||
- Notion, Google Drive, Slack integration - Web scraping and PDF
|
||||
processing - Email and calendar sync - Custom connector SDK
|
||||
</div>
|
||||
</Card>
|
||||
<Card title="Production Ready" icon="circle-check" className="text-emerald-600">
|
||||
<Card
|
||||
title="Production Ready"
|
||||
icon="circle-check"
|
||||
className="text-emerald-600"
|
||||
>
|
||||
<div className="text-emerald-700 space-y-1">
|
||||
- Enterprise-grade security
|
||||
- Sub-200ms latency at scale
|
||||
- Automatic failover and redundancy
|
||||
- 99.9% uptime guarantee
|
||||
- Enterprise-grade security - Sub-200ms latency at scale - Automatic
|
||||
failover and redundancy - 99.9% uptime guarantee
|
||||
</div>
|
||||
</Card>
|
||||
<Card title="Open Source & Trusted" icon="circle-check" className="text-emerald-600">
|
||||
<Card
|
||||
title="Open Source & Trusted"
|
||||
icon="circle-check"
|
||||
className="text-emerald-600"
|
||||
>
|
||||
<div className="text-emerald-700 space-y-1">
|
||||
- Open source core
|
||||
- Active community
|
||||
- Regular security audits
|
||||
- Transparent development
|
||||
- Open source core - Active community - Regular security audits -
|
||||
Transparent development
|
||||
</div>
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue