Files
MemoryBear/api/app/repositories
lanceyq 34387e1f23 fix(memory): add coalesce defaults for activation_value and related node properties
- Add coalesce fallbacks for importance_score, activation_value, and
access_count in statement, entity, weak entity, strong entity, and
memory summary MERGE queries to prevent null values on new nodes
- Set activation_value default to coalesce(importance_score, 0.5) for
consistency with the forgetting/activation scoring logic
- Suppress Neo4j UNRECOGNIZED property key notifications in driver init
since missing keys like last_access_time and activation_value are
expected for newly created nodes
2026-04-17 13:54:12 +08:00
..
2025-12-15 20:50:15 +08:00
2025-12-15 14:09:43 +08:00
2026-02-04 12:21:38 +08:00