File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ data: ../data/salestestdata.jsonl
5
5
# define cloud resource
6
6
runtime : automatic
7
7
8
+ column_mapping :
9
+ customerId : ${data.customerId}
10
+ question : ${data.question}
11
+
8
12
connections :
9
13
llm_response :
10
14
connection : aoai-connection
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ runtime: automatic
14
14
connections :
15
15
groundedness_score :
16
16
connection : aoai-connection
17
- deployment_name : gpt-35-turbo
17
+ deployment_name : gpt-4
18
18
fluency_score :
19
19
connection : aoai-connection
20
- deployment_name : gpt-35-turbo
20
+ deployment_name : gpt-4
21
21
coherence_score :
22
22
connection : aoai-connection
23
- deployment_name : gpt-35-turbo
23
+ deployment_name : gpt-4
24
24
relevance_score :
25
25
connection : aoai-connection
26
- deployment_name : gpt-35-turbo
26
+ deployment_name : gpt-4
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ data: ../data/supporttestdata.jsonl
5
5
# define cloud resource
6
6
runtime : automatic
7
7
8
+ column_mapping :
9
+ customerId : ${data.customerId}
10
+ question : ${data.question}
11
+
8
12
connections :
9
13
llm_call :
10
14
connection : aoai-connection
You can’t perform that action at this time.
0 commit comments