VectorIndexApi
import { VectorIndexApi } from "https://esm.sh/@supabase/storage-js@2.89.0/dist/index.d.mts";class VectorIndexApi { }
protected headers: {};
[key: string]: string;
protected shouldThrowOnError: boolean;
protected url: string;
getIndex(vectorBucketName: string, indexName: string): Promise<ApiResponse<{
index: VectorIndex;
}>>;throwOnError(): this;
§Constructors
§Properties
§Methods
§
createIndex(options: CreateIndexOptions): Promise<ApiResponse<undefined>>
[src]Creates a new vector index within a bucket
§
listIndexes(options: ListIndexesOptions): Promise<ApiResponse<ListIndexesResponse>>
[src]Lists vector indexes within a bucket with optional filtering and pagination