Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 449 Bytes

File metadata and controls

27 lines (18 loc) · 449 Bytes

Entity match rate evaluation

This is a flow evaluates: entity match rate.

Tools used in this flow:

  • python tool

Prerequisites

Install promptflow sdk and other dependencies:

pip install -r requirements.txt

1. Test flow/node

# test with default input value in flow.dag.yaml
pf flow test --flow .

2. create flow run with multi line data

pf run create --flow . --data ./data.jsonl --stream