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

    Interface MetadataSchemaFieldsValue

    MetadataSchemaFieldsValue

    interface MetadataSchemaFieldsValue {
        filterable?: boolean;
    }
    Index
    filterable?: boolean

    Whether the field is filterable. If true, the field is indexed and can be used in filters. Only true values are allowed.

    MetadataSchemaFieldsValue