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

    Interface CreateNamespaceRequestSchemaFieldsValue

    CreateNamespaceRequestSchemaFieldsValue

    interface CreateNamespaceRequestSchemaFieldsValue {
        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.

    CreateNamespaceRequestSchemaFieldsValue