Added:
- Use YOLO profile merge instead of multiple profile merges, reduce tokens cost ~30%
Fixed:
- Randomly Chinese Profile problem
- Add uuid validation before API
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
Added
- Update Merge Prompt to reduce token cost
- Add root status check
breaking changes:
- Add event gist table, need DB migration
Added
- Add fine-grained event gists in context api
- Update profile extract, summary prompts
Added
feat: Add customize prompt template for context apifeat: Add search option for context api
Changed
-
Remove rich log to simple logging, add project id and user id
-
Update api doc structure
-
Update go SDK to latest version
Added
featAdd background task for insert/flush- Update chat blob processing
- Add experimental features for roleplay
Fixed
- remove cached profiles after user is deleted
Added
feat: Basic MCP(sse) for Cursor
Changed
- Update default embedding threshold
- Fine-tune the prompts (merge, entry summary, )
Fixed
- Redis health check error
Added
docs: Locomo benchmark of Memobase,mem0, zep, langmemfeat: Update algorithms for temporal memoryfeat: Search context event with profilesimpr: Update entry summary/merge/pick up prompt, reducing tokens.
Changed
docs/API: fix some wrong params
Fixed
- OpenAI LLM and Embedding usage logging bugs
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
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/sitewebsite
Fixed
- Add meaningless profile slot detection.
Added
- Add Event Summary
- Add x-code-example for APIs
- Add profile strict mode
Changed
- Reorganized
docs/sitewebsite
Fixed