| amp_id |
INTEGER |
Amp Id on which current node is present. |
| graph_id |
INTEGER |
Graph ID for HNSW graph on given Amp. |
| node_id |
BIGINT |
Node ID assigned to the current node. |
| layer_id |
INTEGER |
Layer ID on which current node is present. |
| input_row_id |
BIGINT |
Input Row ID for current node assigned from InputTable in TD_HNSW function. |
| node_vector |
Vector |
Vector Embedding corresponding to current node assigned from InputTable in TD_HNSW function. |
| num_neighbors |
INTEGER |
Number of nearest neighbors for current node. |
| neighbor_node_id |
Vector |
Node IDs of nearest neighbors for current node. |
| model_info |
VARCHAR(64000) CHARACTER SET LATIN |
Model related information. |