Files
MemoryBear/api/app/services
lanceyq 811193dd75 fix(memory): make PgSQL the single source of truth for user entity aliases
- Skip alias merging for user entities during dedup (_merge_attribute and
  _merge_entities_with_aliases) to prevent dirty data from overwriting
  PgSQL authoritative aliases
- Add PgSQL→Neo4j alias sync after Neo4j write in write_tools to
  ensure Neo4j user entities always reflect the PgSQL source
- Remove deduped_aliases (Neo4j history) from alias sync in
  extraction_orchestrator, only append newly extracted aliases to PgSQL
- Guard Neo4j MERGE cypher to preserve existing aliases for user
  entities (name IN ['用户','我','User','I'])
- Fix emotion_analytics_service query to use ExtractedEntity label
  and entity_type property
2026-04-14 17:28:24 +08:00
..
2026-03-16 18:00:09 +08:00
2025-12-29 14:51:23 +08:00
2026-01-23 10:50:24 +08:00
2026-03-11 10:45:07 +08:00
2026-01-28 16:07:53 +08:00
2026-03-25 17:54:27 +08:00
2026-03-25 18:06:01 +08:00
2026-03-05 09:55:54 +08:00
2026-04-09 21:57:17 +08:00
2026-03-05 09:55:54 +08:00
2025-12-24 20:35:04 +08:00
2025-12-15 14:09:43 +08:00
2026-03-27 14:36:19 +08:00
2026-04-03 18:57:28 +08:00