cleanup_stale_references
Remove stale file references from the vector store by identifying and deleting documents that point to nonexistent files.
Instructions
Manually trigger cleanup of stale file references in the vector store. Removes documents that reference files that no longer exist on the filesystem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | Yes | ||
| message | Yes | ||
| stale_paths | Yes | ||
| removed_documents | Yes |