StorageVectorsClient
Interface for vector bucket operations
Functions
Link copied to clipboard
Creates a new vector bucket with the given name
Link copied to clipboard
Deletes a vector bucket (must be empty first)
Link copied to clipboard
Access operations for a specific vector bucket Returns a scoped client for index and vector operations within the bucket
Link copied to clipboard
Retrieves metadata for a specific vector bucket
Link copied to clipboard
abstract suspend fun listBuckets(filter: VectorBucketFilter.() -> Unit = {}): ListVectorBucketsResponse
Lists vector buckets with optional filtering and pagination