Python: List vectors in index

Lists vectors in an index with optional pagination.

Parameters

Examples

List vectors

response = supabase.storage.vectors().from_("vectors-bucket").index("my-index").list()