Handling Document Updates
-
When the source documents change, How to handle them
- Strategy 1: Full re-index
- Strategy 2: Content hashing + incremental upsert
- Strategy 3: Langchain’s built in indexing API
- Strategy 4: Document level versioning + soft delete.
-
Refer Here for illustration
Project: NCERT Book RAG
-
Refer Here for the project repo
