fleet-memory/hindsight-api-slim/hindsight_api/engine/search
Nicolò Boschi 6bb83f4600
fix: control plane UI fixes for recall and data view (#693)
* fix: control plane UI fixes for recall and data view

- Sanitize NaN cross-encoder scores to 0.0 in reranking pipeline
  (Pydantic serializes NaN as JSON null, breaking UI score display)
- Add null-coalesce for score in search debug view to prevent crash
- Switch data view text filter from debounced onChange to Enter key
  (avoids slow ILIKE queries on every keystroke for large banks)
- Show loading spinner in search icon during filter requests
- Preserve search/tag filters when clicking "Load more"

* chore: sync generated files after rebase
2026-03-25 18:42:57 +01:00
..
__init__.py feat: introduce hindsight-api-slim and hindsight-all-slim packages (#560) 2026-03-13 13:50:03 +01:00
fusion.py feat: introduce hindsight-api-slim and hindsight-all-slim packages (#560) 2026-03-13 13:50:03 +01:00
graph_retrieval.py fix: return metadata in recall responses (#680) 2026-03-25 11:24:18 +01:00
link_expansion_retrieval.py feat: compound tag filtering via tag_groups (#562) 2026-03-13 14:30:11 +01:00
mpfp_retrieval.py fix: return metadata in recall responses (#680) 2026-03-25 11:24:18 +01:00
reranking.py fix: control plane UI fixes for recall and data view (#693) 2026-03-25 18:42:57 +01:00
retrieval.py fix: return metadata in recall responses (#680) 2026-03-25 11:24:18 +01:00
tags.py feat: compound tag filtering via tag_groups (#562) 2026-03-13 14:30:11 +01:00
temporal_extraction.py feat: introduce hindsight-api-slim and hindsight-all-slim packages (#560) 2026-03-13 13:50:03 +01:00
think_utils.py feat: introduce hindsight-api-slim and hindsight-all-slim packages (#560) 2026-03-13 13:50:03 +01:00
trace.py feat: introduce hindsight-api-slim and hindsight-all-slim packages (#560) 2026-03-13 13:50:03 +01:00
tracer.py feat: introduce hindsight-api-slim and hindsight-all-slim packages (#560) 2026-03-13 13:50:03 +01:00
types.py fix: return metadata in recall responses (#680) 2026-03-25 11:24:18 +01:00