Files
MemoryBear/api/app/repositories/neo4j
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
..
2026-02-05 13:50:04 +08:00
2026-01-26 11:53:34 +08:00
2026-02-10 13:46:09 +08:00
2026-01-07 16:00:53 +08:00
2026-04-10 10:43:43 +08:00
2026-01-20 10:39:12 +08:00