rebuild_index
Build an ANN index after adding 256+ entries to accelerate vector searches. Safe to call anytime without modifying existing data.
Instructions
Rebuild the vector search index for faster similarity search.
LanceDB falls back to brute-force scan when the table has fewer than 256 rows. Once you have 256+ entries, call this once to build an ANN index — subsequent searches will be significantly faster.
Safe to call at any time; existing data is not modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |