<index name>$VECTORS
This dictionary table provides information about the vector index part of a hybrid vector index, showing the contents of the $VR
table with row ids, chunks, and embeddings.
Note:
The<index
name>$VECTORS
view resides in a user's schema.
Therefore, if a hybrid vector index is named IDX
, then the view
name is IDX$VECTORS
.
<index
name>$VECTORS
view is not supported for Local Hybrid
Vector Indexes.
Column Name | Data Type | Description |
---|---|---|
|
|
Document table's row ID, excluding lazy deletes |
|
|
ID for each chunk text |
|
|
Number of chunks into which each document is split |
|
|
Original position of each chunk in the source document, relative to the start of document (which has a position of 1) |
|
|
Character length of each chunk text |
|
|
Human-readable content in each chunk |
|
|
Generated vector embedding for each chunk |
Related Topics
Parent topic: Vector Index and Hybrid Vector Index Views