VectorIndexApi
import { VectorIndexApi } from "https://esm.sh/@supabase/storage-js@2.95.3/dist/index.d.mts";class VectorIndexApi extends BaseApiClient<StorageError> {}
constructor(
url: string,
headers?: {},
[key: string]: string;
fetch?: Fetch,
);getIndex(vectorBucketName: string, indexName: string): Promise<ApiResponse<{
index: VectorIndex;
}>>;§Extends
§
BaseApiClient<StorageError>
[src]§Constructors
§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