Python: Retrieve vectors from index

Retrieves vectors by their keys.

Parameters

Examples

Get vectors

response = supabase.storage.vectors().from_("vectors-bucket").index("my-index").get("vector-1")