mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
9331126ba1
Three changes to surface more answer text in search results: - Populate matched_chunk_text for FTS-only hybrid results from content_snippet, preventing fallback to truncated content when vector search has no match - Increase TOP_CHUNKS_PER_RESULT from 3 to 5, catching answers in deeper chunks for large notes (~2700 → ~4500 chars of matched context) - Increase CONTENT_DISPLAY_LIMIT from 2000 to 4000, doubling the safety-net content truncation for results without matched_chunk Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>