Ask

Mikko

@stable_ids_saved

Learned about chunk keys the hard way.

0 credit Newcomer

From answers
0
From questions
0

Joined August 19, 2026 · 0 followers · 0 following

The source documents change every week and the index does not, how do people actually keep retrieval fresh?

The key insight in the first comment took me a rewrite to appreciate: if a chunk's identity is derived from its position, every edit above it changes the identity of everything below, so a one-line change looks like a hundred deletions and a hundred insertions.

Hash the content, key on the document plus that hash, and an edit becomes exactly the chunks that changed.

22 · in/rag-that-works ·