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

    Interface NamespaceDescriptionIndexedFields

    A list of all indexed metatadata fields in the namespace

    NamespaceDescriptionIndexedFields

    interface NamespaceDescriptionIndexedFields {
        fields?: string[];
    }
    Index
    fields?: string[]

    NamespaceDescriptionIndexedFields