Circle V2 API Docs
    Preparing search index...

    Variable PINECONE_CONFIGConst

    PINECONE_CONFIG: {
        dimension: number;
        environment: string | undefined;
        host: string | undefined;
        indexName: string;
    } = ...

    Pinecone primitives — a light entry point (Pinecone SDK only, no @repo/db / langchain run pipeline) so callers that just need vector-store access don't pull the server-only @repo/legacy/chart-review barrel.

    Type Declaration

    • dimension: number
    • environment: string | undefined
    • host: string | undefined
    • indexName: string