diff --git a/scenarios/rag/custom-rag-app/evaluate.py b/scenarios/rag/custom-rag-app/evaluate.py index 9a64007c..b251036f 100644 --- a/scenarios/rag/custom-rag-app/evaluate.py +++ b/scenarios/rag/custom-rag-app/evaluate.py @@ -58,7 +58,7 @@ def evaluate_chat_with_products(query): # run evaluation with a dataset and target function, log to the project result = evaluate( - data=Path(ASSET_PATH) / "chat_eval_data.jsonl", + data=str(Path(ASSET_PATH) / "chat_eval_data.jsonl"), target=evaluate_chat_with_products, evaluation_name="evaluate_chat_with_products", evaluators={