Skip to content

v0.2.0

Choose a tag to compare

@DavyMorgan DavyMorgan released this 30 Mar 03:27
· 16 commits to main since this release

What's New

New Providers

  • Letta — FactStore, HistoryStore, and DocumentStore adapters supporting Letta Cloud and self-hosted deployments (pip install memio[letta])
  • Qdrant — DocumentStore adapter with built-in fastembed for automatic embeddings; supports in-memory, on-disk, and Qdrant Cloud (pip install memio[qdrant])
  • Supermemory — FactStore and DocumentStore adapters for the Supermemory cloud API (pip install memio[supermemory])

Fixes

  • Mem0 adapter updated for mem0ai v1.0.8 SDK breaking changes:
    • Uses AsyncMemoryClient for cloud API, AsyncMemory for local
    • add() now polls until the memory is fully processed, so callers always receive a usable Fact with a real ID
    • Handles v2 filters API for search/get_all and text= parameter for update
  • Supermemory datetime parsing now handles RFC 3339 Z suffix correctly

Docs & Tests

  • Full documentation, API reference pages, and MkDocs nav entries for all three new providers
  • README and quickstart updated with all six supported providers
  • 168 tests total (150 unit + 18 integration), all passing

Full Changelog: v0.1.2...v0.2.0