ReferenceAsk
Remy Reference/admin/Reindex a source
?

Reindex a source

Rebuilds a source's index in place, applying index-only changes without re-embedding.
admin.dataSourceEvals.reindex({ slug, wait? })

Rebuilds the search index over a source's existing chunks, without re-extracting or re-embedding them. Use it to apply an index-level change, or to recover an index, far more cheaply than a full revectorize.

Parameters
--source
string
Corpus slug.
--wait
flag
Block until the reindex finishes.
CLI
remy-admin datasources reindex --source news --wait