Circle V2 API Docs
    Preparing search index...

    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.

    • Stores session notes & PDFs in a case-specific namespace.

      Parameters

      • client: Pinecone
      • docs: any[]
      • caseId: string
      • namespace: string
      • OptionaldocId: string

      Returns Promise<void>