Accusys
874d688987
feat: deploy hybrid search (semantic+keyword+identity) with RRF fusion
- Replace smart_search with hybrid RRF implementation
- Add speaker_detections table for identity-agent binding
- Fix identity queries: direct SQL to avoid type mismatches
- Add debug logs to job_worker for processor debugging
- Deployed to production (3002) successfully
Key changes:
- search.rs: Complete rewrite with 3 strategies + RRF
- postgres_db.rs: speaker_detections table + identity query fixes
- job_worker.rs: Debug logs for output file checks
Tested:
- Hybrid search works with semantic + keyword + identity
- Identity search: 'identity:Charade' returns correct results
- Chinese keyword search: '調光' matches Charade summaries
Bugs found:
- Case mismatch: 'ASRX' vs 'asrx' in processors field
- Missing CUT dependency for ASRX processor
2026-06-01 15:15:17 +08:00
..
2026-05-22 15:47:17 +08:00
2026-05-22 12:22:35 +08:00
2026-05-21 16:38:49 +08:00
2026-05-22 09:33:33 +08:00
2026-05-26 04:35:51 +08:00
2026-05-22 15:47:17 +08:00
2026-05-23 02:54:34 +08:00
2026-05-21 16:38:49 +08:00
2026-05-25 04:07:30 +08:00
2026-05-25 03:40:02 +08:00
2026-05-25 03:18:50 +08:00
2026-05-22 09:22:15 +08:00
2026-05-21 01:08:30 +08:00
2026-05-23 22:40:19 +08:00
2026-05-25 10:50:37 +08:00
2026-05-21 16:38:49 +08:00
2026-06-01 15:15:17 +08:00
2026-05-23 22:40:19 +08:00
2026-05-21 16:38:49 +08:00
2026-05-22 09:22:15 +08:00
2026-05-21 16:38:49 +08:00
2026-05-21 16:38:49 +08:00
2026-05-21 01:08:30 +08:00
2026-05-21 16:38:49 +08:00