Skip to content

v0.12.10

Latest

Choose a tag to compare

@ferhimedamine ferhimedamine released this 05 Jul 02:36
768d1aa

dakera-py v0.12.10

Sync with server v0.11.97, plus smart_score ranking fix and new Ollama examples.

Bug Fixes

  • fix(recall): prefer smart_score as ranking key in RecalledMemory — results are now sorted by smart_score (combined importance + decay) when the field is present, matching server recall ordering (#181, f37d13b)

Examples

  • Add Ollama persistent-memory recipes — two new example scripts: ollama_memory_chat.py (interactive chat with memory) and ollama_memory_proxy.py (OpenAI-compatible proxy with memory injection) (#180, 51005cb)

Version Bump

  • Bump to v0.12.10, server v0.11.97 sync (#182, 768d1aa)

Server Compatibility

Compatible with dakera server v0.11.97. No breaking API changes.