GetVectorsResponse

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

Response from getting vectors

interface GetVectorsResponse {
vectors: VectorMatch[];
}

§Properties