rag_update
Incrementally update the documentation index by detecting changed files and re-indexing only additions, modifications, and deletions, saving time compared to full ingestion.
Instructions
Incremental update of documentation index.
Checks for changed files in source repositories and only re-indexes files that have been added, modified, or deleted. Much faster than full ingestion when few files have changed.
Args: source_name: Specific source to update (e.g., "deriva-ml-docs"). If None, updates all configured sources.
Returns: Dict with task ID for tracking progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_name | No |