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

    Type Alias LegacyIndexSpec

    LegacyIndexSpec:
        | { serverless: LegacyServerlessSpec }
        | { pod: LegacyPodSpec }
        | { byoc: LegacyByocSpec }

    Pre-2026-07 deployment envelope. Only the applicable variant is present.

    Type Declaration