Accusys
834b0d4865
feat: score-based search, LLM re-ranking endpoint, video title search, pipeline module
Core search changes:
- Replace RRF with score-based merge (max of semantic/keyword/identity)
- Add video title ILIKE search for brand/name queries (score 0.9)
- Add /api/v1/search/llm-smart endpoint with Gemma 4 re-ranking
- Fix LLM JSON parsing (markdown fences, empty responses)
Infrastructure:
- Rebuild Qdrant collection (clear 347K contaminated points)
- Add dotenv loading to main.rs for config parity
- Implement store_pre_chunk in postgres_db.rs
Pipeline module (WordPress):
- store-asrx, rule1, vectorize, phase1, complete endpoints
- CLI commands for pipeline operations
Docs:
- SEARCH_SCORE_IMPROVEMENT.md (score-based merge proposal)
2026-06-04 07:40:41 +08:00
..
2026-06-02 07:13:23 +08:00
2026-05-11 07:03:22 +08:00
2026-05-11 07:03:22 +08:00
2026-06-02 05:01:56 +08:00
2026-05-11 07:03:22 +08:00
2026-05-11 07:03:22 +08:00
2026-05-09 05:32:13 +08:00
2026-05-09 05:32:13 +08:00
2026-05-11 07:03:22 +08:00
2026-05-11 07:03:22 +08:00
2026-05-11 07:03:22 +08:00
2026-05-11 07:03:22 +08:00
2026-05-11 07:03:22 +08:00
2026-05-09 13:30:00 +08:00
2026-05-16 03:11:32 +08:00
2026-05-09 14:28:47 +08:00
2026-06-04 07:40:41 +08:00
2026-05-09 06:18:32 +08:00
2026-05-11 07:03:22 +08:00
2026-05-11 07:03:22 +08:00
2026-05-11 07:03:22 +08:00
2026-05-11 07:03:22 +08:00
2026-05-11 07:03:22 +08:00