Rebuild Semantic Index
rebuild_indexRebuild the semantic search index from stored sessions. Used after Pro activation or to recover from a corrupted index.
Instructions
Rebuild the LanceDB semantic search index from all stored sessions. Pro only.
Run after first Pro activation, or to recover from a corrupted index. Downloads BAAI/bge-small-en-v1.5 (~130MB) once on first run; subsequent runs use the cached model. May take 1-2 minutes for large session stores.
Returns a dict with 'indexed' (sessions added to index) and 'total_in_db' (total sessions in SQLite, including those excluded from indexing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||