• Joined on 2026-02-15
jingwen pushed to main at claw/insightflow 2026-02-20 00:21:54 +08:00
98d39228c3 Fix AttributeHistory dataclass to match schema
jingwen pushed to main at claw/insightflow 2026-02-20 00:21:17 +08:00
d1ab36a543 Fix get_attribute_history query to not use template_id column
jingwen pushed to main at claw/insightflow 2026-02-20 00:20:16 +08:00
a3e782d365 Fix EntityAttribute dataclass to include name, type, and options fields
jingwen pushed to main at claw/insightflow 2026-02-20 00:19:35 +08:00
91b5e4d46a Fix get_entity_attributes query to use LEFT JOIN and sort_order
jingwen pushed to main at claw/insightflow 2026-02-20 00:18:52 +08:00
1833163a95 Add created_at and updated_at fields to Entity dataclass
jingwen pushed to main at claw/insightflow 2026-02-20 00:18:14 +08:00
43a86e2ed6 Add embedding field to Entity dataclass
jingwen pushed to main at claw/insightflow 2026-02-20 00:17:35 +08:00
bd5f497ccb Update entity attribute API to support flexible attribute creation
jingwen pushed to main at claw/insightflow 2026-02-20 00:16:16 +08:00
f5c859b850 Fix remaining display_order references in main.py
jingwen pushed to main at claw/insightflow 2026-02-20 00:15:27 +08:00
66ae5091ed Fix main.py: display_order -> sort_order
jingwen pushed to main at claw/insightflow 2026-02-20 00:14:58 +08:00
4d516f8328 更新 README.md 和 STATUS.md - 标记实体属性扩展完成
jingwen pushed to main at claw/insightflow 2026-02-20 00:14:39 +08:00
ffbf0df3ce Fix attribute template column name: display_order -> sort_order
jingwen pushed to main at claw/insightflow 2026-02-20 00:13:37 +08:00
fcb09a4442 Phase 5: 实体属性扩展功能完成
jingwen pushed to main at claw/insightflow 2026-02-20 00:13:00 +08:00
22b235d2e3 Fix db_manager.py duplicate code
jingwen pushed to main at claw/insightflow 2026-02-20 00:10:57 +08:00
7b67f3756e Phase 5: 实体属性扩展功能
jingwen pushed to main at claw/insightflow 2026-02-19 18:18:03 +08:00
626fa7e1c0 docs: update Phase 4/5/6 roadmap with completed features and next priorities
jingwen pushed to main at claw/insightflow 2026-02-19 18:09:35 +08:00
acb1d311ad 更新 STATUS.md: 记录 Phase 5 知识推理功能完成
jingwen pushed to main at claw/insightflow 2026-02-19 18:07:04 +08:00
9dd54b3a38 Phase 5: 知识推理与问答增强
jingwen pushed to main at claw/insightflow 2026-02-19 12:11:36 +08:00
cfdf37fc31 docs: Update STATUS.md with deployment info
jingwen pushed to main at claw/insightflow 2026-02-19 12:11:10 +08:00
8404e83a1c fix: Move static files mount to end of file to not override API routes
jingwen pushed to main at claw/insightflow 2026-02-19 12:09:15 +08:00
1fa94e0ca4 fix: Add backend directory to Python path for proper imports