sync
Keep vector store up-to-date with local document changes, with options to rebuild from scratch or retry failed files.
Instructions
Sync documents directory with the vector store.
Args:
force_rebuild: Drop every table and re-ingest from scratch (equivalent
to ``lilbee rebuild``). Also clears the failed-file skip markers.
retry_skipped: Clear the failed-file skip markers so files that were
skipped on a previous sync get another attempt, without dropping
the store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force_rebuild | No | ||
| retry_skipped | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||