Circle V2 API Docs
    Preparing search index...

    Function getEvalNamespaces

    • The eval_-prefixed copies of a patient's retrieval namespaces, isolated from production within the shared index. Lives here (the light pinecone entry point) alongside getPineconeEMRNamespace so non-run-pipeline callers (e.g. the eval clone) can use it without pulling the server-only @repo/legacy/chart-review barrel (and its @repo/db load).

      Parameters

      Returns {
          emr: `eval_emr_${PatientId}`;
          pdfExtracted: `eval_pdfs_extracted_${PatientId}`;
          pdfs: `eval_pdfs_${PatientId}`;
          sessions: `eval_sessions_${PatientId}`;
      }