Retrieves vectors by their keys.
The name of the vector bucket.
The name of the index.
List of vector keys to retrieve.
Whether to return vector data. Defaults to `true`.
Whether to return metadata. Defaults to `true`.
response = supabase.storage.vectors().from_("vectors-bucket").index("my-index").get("vector-1")