Skip to content

memori-v2.0.1

Compare
Choose a tag to compare
@harshalmore31 harshalmore31 released this 22 Sep 18:01
· 15 commits to main since this release
77bc05e

memory_tool v2.0.1 – Patch Release

This patch improves logging, error handling, and database search logic for memory retrieval.

Changes
• Added detailed debug logs for memory searches, category filtering, and retrieval functions.
• Improved error reporting with stack traces and contextual details for primary and fallback search strategies.
• Refined category extraction logic with better fallback handling.
• Enhanced database query construction for SQLite and MySQL (including COALESCE handling and proportional limits).
• Added clear logging of which search strategy is used (SQLite FTS5, MySQL FULLTEXT, PostgreSQL FTS, LIKE fallback).
• Strengthened fallback mechanisms with explicit logs and robust error handling when no results are found.

These updates make the system more transparent, debuggable, and resilient across different backends.