VectorizeDeleteParams: {
    ids: string[];
}

Type declaration

  • ids: string[]

⚠️ Deprecated ⚠️

Install and import from "@langchain/cloudflare" instead.

This feature is deprecated and will be removed in the future.

It is not recommended for use.

Type that defines the parameters for the delete operation in the CloudflareVectorizeStore class. It includes ids, deleteAll flag, and namespace.

Generated using TypeDoc