Lists vectors in an index with optional pagination.
The name of the vector bucket.
The name of the index.
Maximum number of vectors to return.
Token for pagination.
Whether to return vector data. Defaults to `true`.
Whether to return metadata. Defaults to `true`.
Number of segments for distributed queries.
Segment index for distributed queries.
response = supabase.storage.vectors().from_("vectors-bucket").index("my-index").list()