Skip to content

v0.11.57

Choose a tag to compare

@ferhimedamine ferhimedamine released this 22 May 12:52
· 21 commits to main since this release

What's New

Added

  • store_memories_batch() — new DakeraClient method for POST /v1/memories/store/batch, enabling high-throughput batch memory ingestion (DAK-5508, #113)
    • BatchStoreMemoryItem — per-item fields matching the server batch schema
    • BatchStoreMemoryRequestagent_id + Vec<BatchStoreMemoryItem>
    • BatchStoredMemory / BatchStoreMemoryResponse — response types

Fixed

  • Replace hardcoded api.dakera.ai with localhost:3300 in README examples (DAK-5329, #112)

Dependencies

  • Bump release-drafter/release-drafter from 6 to 7 (#111)

Commits (v0.11.56 → v0.11.57)

  • feat(DAK-5508): add store_memories_batch() and batch store types (#113) (733bec6)
  • fix: replace api.dakera.ai with localhost:3300 in README (DAK-5329) (#112) (640b941)
  • chore(deps): bump release-drafter/release-drafter from 6 to 7 (#111) (614f0ae)

Install

[dependencies]
dakera-client = "0.11.57"