Our docs got a refresh! Check out the new content and improved navigation. For detailed API reference see our Python SDK docs and TypeScript SDK.
Description

Evaluators Configuration

Evaluator authentication

Configure authentication for evaluators in the values.yaml file.

The complete evaluator configuration is provided to customers during platform deployment.

Example for Judge evaluator:

evaluator-sdk-judge:
  config:
    evaluators:
      - id: <EVALUATOR_ID>
        backend_name: openai
        openai:
          api_key: <OPENAI_API_KEY>
          model: <MODEL>

On this page