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

    Interface CreateNamespaceRequestSchemaFieldsValue

    CreateNamespaceRequestSchemaFieldsValue

    interface CreateNamespaceRequestSchemaFieldsValue {
        filterable: boolean;
    }
    Index
    filterable: boolean

    Whether the field is indexed and can be used in filters. Must be present and must be true: omitting it, or sending false or null, is rejected with Field '<name>' is set to filterable: false. Only filterable: true is supported. To leave a field unindexed, omit it from fields entirely.

    CreateNamespaceRequestSchemaFieldsValue