fleet-memory/docker
Nicolò Boschi d871c3009d
feat: support timescale pg_textsearch as text search extension (#359)
* feat: support timescale pg_textsearch as text search extension

* refactor: deduplicate text search query in retrieve_semantic_bm25_combined

Instead of maintaining 3 complete query copies (native, vchord, pg_textsearch),
now we:
- Build backend-specific parts (score_expr, order_by, where_filter)
- Use a single query template with injected backend-specific parts

This makes maintenance easier - changes to the semantic CTE or overall structure
only need to be made once.
2026-02-12 17:38:13 +01:00
..
docker-compose feat: support timescale pg_textsearch as text search extension (#359) 2026-02-12 17:38:13 +01:00
standalone feat: add reverse proxy support (#346) 2026-02-12 10:09:53 +01:00
test-image.sh feat: slim docker distro (#314) 2026-02-06 15:00:24 +01:00
test-slim-local.sh feat: slim docker distro (#314) 2026-02-06 15:00:24 +01:00