tigergraph__fetch_vector
Retrieve vector data for specified vertices in a TigerGraph graph. Uses GSQL PRINT WITH VECTOR to fetch vertex attributes, including vector properties.
Instructions
Fetch vertices with their vector data using GSQL PRINT WITH VECTOR. Note: Vector attributes cannot be fetched via REST API.
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_ids | Yes | List of vertex IDs to fetch. | |
| vertex_type | Yes | Type of the vertex. | |
| vector_attribute | No | Specific vector attribute to fetch. If not provided, fetches all vectors. |