Could you drop the d.ts file? I might remember more if I have more context
Could you drop the d.ts file? I might remember more if I have more context
deleteByIds, is there a way to delete all vectors that match a namespace?deleteByIds?deleteById seems the way, but will the empty namespace still count against the 5K quota?

wait=true to poll the mutation ID either throws 504 or takes a very long time.interface VectorizeIndexDetails {
/** The unique ID of the index */
readonly id: string;
/** The name of the index. */
name: string;
/** (optional) A human readable description for the index. */
description?: string;
/** The index configuration, including the dimension size and distance metric. */
config: VectorizeIndexConfig;
/** The number of records containing vectors within the index. */
vectorsCount: number;
}