Pinecone TypeScript SDK - v8.2.0
    Preparing search index...

    Type Alias PreviewTypedIndexSchemaField

    PreviewTypedIndexSchemaField:
        | { type: "boolean" } & PreviewBooleanField
        | { type: "dense_vector" } & PreviewDenseVectorField
        | { type: "float" } & PreviewFloatField
        | { type: "integer" } & PreviewIntegerField
        | { type: "semantic_text" } & PreviewSemanticTextField
        | { type: "sparse_vector" } & PreviewSparseVectorField
        | { type: "string" } & PreviewResponseStringField
        | { type: "string_list" } & PreviewStringListField