Skip to content

Latest commit

 

History

History
168 lines (86 loc) · 3.04 KB

File metadata and controls

168 lines (86 loc) · 3.04 KB

[0.0.40] - 2025/8/28

Added:

  • Use YOLO profile merge instead of multiple profile merges, reduce tokens cost ~30%

Fixed:

  • Randomly Chinese Profile problem
  • Add uuid validation before API

[0.0.39] - 2025/8/9

Added

  • Support SummaryBlob, where you can just upload the user summary to Memobase.
  • Update logger to handle unknown errors
  • Fix thining parameters in llm_complete
  • JSON Logging

[0.0.38] - 2025/7/15

Added

  • Update Merge Prompt to reduce token cost
  • Add root status check

[0.0.37] - 2025/7/15

breaking changes:

  • Add event gist table, need DB migration

Added

  • Add fine-grained event gists in context api
  • Update profile extract, summary prompts

[0.0.36] - 2025/7/6

Added

  • feat: Add customize prompt template for context api
  • feat: Add search option for context api

[0.0.35] - 2025/6/27

Changed

  • Remove rich log to simple logging, add project id and user id

  • Update api doc structure

  • Update go SDK to latest version

[0.0.34] - 2025/6/17

Added

  • feat Add background task for insert/flush
  • Update chat blob processing
  • Add experimental features for roleplay

Fixed

  • remove cached profiles after user is deleted

[0.0.33] - 2025/5/26

Added

  • feat: Basic MCP(sse) for Cursor

Changed

  • Update default embedding threshold
  • Fine-tune the prompts (merge, entry summary, )

Fixed

  • Redis health check error

[0.0.32] - 2025/5/14

Added

  • docs: Locomo benchmark of Memobase,mem0, zep, langmem
  • feat: Update algorithms for temporal memory
  • feat: Search context event with profiles
  • impr: Update entry summary/merge/pick up prompt, reducing tokens.

Changed

  • docs/API: fix some wrong params

Fixed

  • OpenAI LLM and Embedding usage logging bugs

[0.0.31] - 2025/4/28

Added

  • config: add embedding config. doc

  • feature: add OpenAI embedding

  • feature: add Jina embedding

  • feature: add Event Search. doc

  • feature: add Profile filter. doc

Changed

  • Python SDK update to date
  • Add Examples Documents with Livekit, Ollama and OpenAI

Fixed

  • Multi-replica telemetry bugs

[0.0.30] - 2025/4/14

Added

  • Add profile validation: Memobase will further validate the extracted profile value to remove unwant results.
  • Add Event Tags: This feature allows you to design the attributes of each user event, like emotion, goal.
  • Add summary model option for event summary tasks
  • Add type validation for config.yaml

Changed

  • Reorganized docs/site website

Fixed

  • Add meaningless profile slot detection.

[0.0.29] - 2025/3/21

Added

  • Add Event Summary
  • Add x-code-example for APIs
  • Add profile strict mode

Changed

  • Reorganized docs/site website

Fixed