fleet-memory/hindsight-docs/docs
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
..
cookbook docs: add AI SDK integration documentation (#304) 2026-02-05 17:05:18 +01:00
developer feat: support timescale pg_textsearch as text search extension (#359) 2026-02-12 17:38:13 +01:00
sdks Fix incorrect MCP tool parameters in docs (#358) 2026-02-12 08:52:05 -07:00