⚠️ 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.

interface VectorizeLibArgs {
    index: VectorizeIndex;
    textKey?: string;
}

Hierarchy (view full)

Properties

Properties

index: VectorizeIndex
textKey?: string

Generated using TypeDoc