ListVectorsResponse

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

Response from listing vectors

interface ListVectorsResponse {
nextToken?: string;
vectors: VectorMatch[];
}

§Properties

§
nextToken?: string
[src]