You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Framework/README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,8 @@ The following prerequisites are required to run the tester:
54
54
judge_type = rag_eval_answer_similarity
55
55
56
56
[WML_CRED]
57
+
wml_platform = saas
58
+
wml_user = ''
57
59
wml_url = https://us-south.ml.cloud.ibm.com
58
60
api_key = ibm_cloud_api_key
59
61
project_id = watsonx.ai_project_id
@@ -70,9 +72,11 @@ The following prerequisites are required to run the tester:
70
72
1.`rag_eval_answer_similarity`
71
73
2.`rag_eval_answer_rating`
72
74
3.`multi_turn_eval`
73
-
6.`wml_url`: you watsonx.ai url: https://<your_region>.ml.cloud.ibm.com
74
-
7.`api_key`: your IBM Cloud apikey: <https://cloud.ibm.com/iam/apikeys>
75
-
8.`project_id`: you watsonx.ai project id: watsonx.ai project's Manage tab (Project -> Manage -> General -> Details)
75
+
6.`wml_platform`: There are two options available: `saas` or `onpremise`. If you're using the IBM Watsonx platform, choose `saas`, but if you're using the on-premise Watsonx platform on CP4D, select `onpremise`.
76
+
7.`wml_url`: you watsonx.ai url: https://<your_region>.ml.cloud.ibm.com
77
+
8.`wml_user`: wml user is required when you choose the platform `onpremise`
78
+
9.`api_key`: your IBM Cloud apikey: <https://cloud.ibm.com/iam/apikeys>
79
+
10.`project_id`: you watsonx.ai project id: watsonx.ai project's Manage tab (Project -> Manage -> General -> Details)
0 commit comments