tigergraph__get_vector_index_status
Check vector index rebuild status to determine if indexes are ready for queries or still processing.
Instructions
Check the rebuild status of vector indexes. Returns 'Ready_for_query' when complete or 'Rebuild_processing' if still building.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Connection profile name. Omit to use the active default profile. Use 'list_connections' to see available profiles. | |
| graph_name | No | Name of the graph. If not provided, uses default connection. | |
| vector_name | No | Vector attribute name. If not provided, checks all. | |
| vertex_type | No | Vertex type to check. If not provided, checks all. |