Pinecone TypeScript SDK - v9.0.0
    Preparing search index...

    Interface LegacyIndexProperties

    Non-enumerable compatibility properties on an SDK index response.

    interface LegacyIndexProperties {
        dimension?: number;
        embed?: LegacyIndexEmbed;
        metric: string;
        spec: LegacyIndexSpec;
        vectorType: "dense" | "sparse";
    }

    Hierarchy (View Summary)

    Index
    dimension?: number

    Read the dimension on the relevant schema field.

    Read the semantic_text schema field.

    metric: string

    Read the metric on the relevant schema field.

    Read deployment and readCapacity.

    vectorType: "dense" | "sparse"

    Inspect the types of the schema fields.