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

    Interface CreateNamespaceOptions

    Options for creating a namespace.

    interface CreateNamespaceOptions {
        name: string;
        schema?: CreateNamespaceRequestSchema;
    }
    Index
    name: string

    The name of the namespace to create.

    Metadata fields to make filterable, such as { fields: { category: { filterable: true } } }. Omit to index all metadata fields; when supplied, only listed filterable fields are indexed.