PutVectorsOptions

import type { PutVectorsOptions } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";

Options for batch inserting/updating vectors

interface PutVectorsOptions {
indexName: string;
vectorBucketName: string;
vectors: VectorObject[];
}

§Properties

§
indexName: string
[src]
§
vectorBucketName: string
[src]