tigergraph__list_vector_attributes
List vector attributes for vertex types in a TigerGraph graph. Optionally filter by vertex type.
Instructions
Get vector attribute information (name, dimension, metric) for vertex types in a graph. Parses the output of the GSQL 'LS' command. Optionally filter by vertex type.
Related Tools: add_vector_attribute, drop_vector_attribute, get_vector_index_status
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. | |
| vertex_type | No | Filter by vertex type. If not provided, returns vector attributes for all vertex types. |