reindex_file
Reindex a file to refresh its embeddings after edits, ensuring semantic search returns current content. Also supports forced re-embedding for unchanged files.
Instructions
Re-index a specific file for search.
Use when a file has been modified but not yet re-indexed, or when you want to force a refresh of a file's embeddings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force reindex even if unchanged | |
| file_path | Yes | Path to file to reindex |