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

    Interface Fact

    A fact

    Fact

    interface Fact {
        content: string;
    }
    Index
    content: string

    The content of the fact.

    Fact