Skip to content

Releases: supermemoryai/supermemory

Pluggable embeddings for self-hosted

Choose a tag to compare

@Dhravya Dhravya released this 10 Jul 22:09

Self-hosted supermemory can now use local or remote embedding models.

  • Pluggable embeddings — local ONNX (default) or OpenAI / OpenAI-compatible / Google via SUPERMEMORY_EMBEDDING_*; first-boot picker + plan lock in embedding-plan.json
  • Safe upgrades — populated stores without a lock assume legacy local · Xenova/bge-base-en-v1.5 · 768d; same-dimension model switches fail fast instead of mixing vectors
curl -fsSL https://supermemory.ai/install | bash
supermemory-server upgrade

Memories generated are better now

Choose a tag to compare

@Dhravya Dhravya released this 10 Jul 20:41

Your local supermemory instance now turns documents into richer, more reliable memories — and gets you to searchable results faster.

  • Smarter memory generation — documents produce fuller, more useful memories from the content you add
  • Smoother ingestion — uploads move through the pipeline more reliably, with less time stuck in queue
  • Better file handling — PDFs and spreadsheets are handled more predictably on upload
  • Time-aware search — ask about memories from "last week" or a specific period
  • Richer profiles/v4/profile returns organized memory buckets
  • Clearer search ranking — inferred memories stay available but rank below your core memories
curl -fsSL https://supermemory.ai/install | bash
supermemory-server upgrade

Telemetry is optional — set SUPERMEMORY_DISABLE_TELEMETRY=1 to turn it off completely.

supermemory-server 0.0.3

Choose a tag to compare

@Dhravya Dhravya released this 13 Jun 00:59
server-v0.0.3

fix: thread issue

supermemory-server 0.0.2

Choose a tag to compare

@Dhravya Dhravya released this 10 Jun 14:01
9a1bab7
feat(billing): cancel flow with reason capture + book-a-call (#1077)

Co-authored-by: ved015 <vedant.04.mahajan@gmail.com>

supermemory-server 0.0.1

Choose a tag to compare

@Dhravya Dhravya released this 10 Jun 13:27
9a1bab7
feat(billing): cancel flow with reason capture + book-a-call (#1077)

Co-authored-by: ved015 <vedant.04.mahajan@gmail.com>

supermemory-server 0.0.1-rc.8

Pre-release

Choose a tag to compare

@Dhravya Dhravya released this 04 Jun 01:47
server-v0.0.1-rc.8

granola docs (#1042)

supermemory-server 0.0.1-rc.7

Pre-release

Choose a tag to compare

@Dhravya Dhravya released this 04 Jun 01:41
server-v0.0.1-rc.7

granola docs (#1042)

supermemory-server 0.0.1-rc.6

Pre-release

Choose a tag to compare

@Dhravya Dhravya released this 04 Jun 01:35
server-v0.0.1-rc.6

granola docs (#1042)

supermemory-server 0.0.1-rc.5

Pre-release

Choose a tag to compare

@Dhravya Dhravya released this 04 Jun 01:15
server-v0.0.1-rc.5

granola docs (#1042)

supermemory-server 0.0.1-rc.4

Pre-release

Choose a tag to compare

@Dhravya Dhravya released this 31 May 00:20
4eb8399
Enhance README with additional context on usage

Expanded description to include personal/company use.