Track Source Manifests
For long-lived indexes, keep a manifest that maps each source to the chunk IDs produced from it.Edit Known Chunks
Useedit() when you know the exact chunk IDs to replace.
edit() re-embeds the replacement chunk text before writing it back to the vector database.
Delete Removed Chunks
Usedelete() for exact chunk IDs that should no longer appear in retrieval.
Full Refresh Pattern
Operational Guidance
Storing
Use store, edit, and delete directly.
Retrieval
Verify updated results.

