Python: Create a vector bucket
Creates a new Vector bucket.
- This is an alpha feature and may change in the future.
- Vector buckets are used for storing and querying vector embeddings.
Parameters
Examples
Create vector bucket
supabase.storage.vectors().create_bucket("vectors-bucket")