Circle V2 API Docs
    Preparing search index...

    Type Alias VectorStoreWithMetadata

    type VectorStoreWithMetadata = {
        documentCount?: number;
        namespace: string;
        store: PineconeStore;
        type: VectorStoreType;
    }
    Index

    Properties

    documentCount?: number
    namespace: string
    store: PineconeStore