mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
c3678a11d2
Large documents (like ~1MB conversation imports) exceed Postgres's 8KB index row limit, causing ProgramLimitExceededError. Truncate content_stems to 6000 characters (with headroom for other columns) before indexing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>