Skip to main content

Node-RED Flow Examples

This section provides links to various Node-RED flow JSON files that can be imported into your Node-RED environment to set up and run Opik-related tasks.

Opik Dataset Creation Flow

This flow automates the creation of question-and-answer datasets in Opik. Download: creatingdatasetinopik.json

Opik Evaluation Flow

This flow orchestrates the evaluation of an agent's performance in Opik. Download: runningevaluationinopik.json

Classic Test Agent Flow

This flow is a simple tool for developers to run quick, ad-hoc tests on a Knowledge Base Agent directly within the Node-RED editor. Download: classicagenttestflow.json

Node-RED Global Configuration Flow

This flow helps in configuring global environment variables in Node-RED. Download: settingcredentialsinnodered.json

Opik Scorer Subflow

This subflow evaluates the quality of an AI agent's response using the "LLM as a Judge" pattern. Download: opikscorersubflow.json

Full Opik Node-RED Flow

This is a comprehensive flow containing all Opik-related Node-RED functionalities. Download: noderedholeopikflow.json