Circle V2 API Docs
    Preparing search index...

    Variable PINECONE_CONFIGConst

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

    Server-only entry point for the chart-review code ported from circlehealthai-web. Importing this module pulls in @langchain/*, @pinecone-database/pinecone, and openai, so it must never be reached from a client bundle.

    This is the bootstrap surface — primitives only. The orchestrators (runChartReview, runChartReviewSingleQuestion) land in later PRs.

    Type Declaration

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