fleet-memory/hindsight-api/hindsight_api/alembic
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
..
versions feat: support timescale pg_textsearch as text search extension (#359) 2026-02-12 17:38:13 +01:00
env.py misc: add mcp integration tests and increase test coverage (#98) 2026-01-05 11:16:55 +01:00
README fix: make sure openai provider works + docs updates (#23) 2025-12-10 16:10:10 +01:00
script.py.mako fix: make sure openai provider works + docs updates (#23) 2025-12-10 16:10:10 +01:00

Generic single-database configuration.