Skip to content

Commit 14308fc

Browse files
authored
Update flow.dag.yaml (#34184)
1 parent 9cea94b commit 14308fc

File tree

1 file changed

+2
-2
lines changed
  • sdk/ai/azure-ai-generative/azure/ai/generative/evaluate/pf_templates/built_in_metrics/qa

1 file changed

+2
-2
lines changed

sdk/ai/azure-ai-generative/azure/ai/generative/evaluate/pf_templates/built_in_metrics/qa/flow.dag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ nodes:
227227
type: package
228228
tool: promptflow.tools.embedding.embedding
229229
inputs:
230-
connection: "Default_AzureOpenAI"
230+
connection: "openai_connection"
231231
deployment_name: "text-embedding-ada-002"
232232
input: "${inputs.ground_truth}"
233233
activate:
@@ -240,7 +240,7 @@ nodes:
240240
type: package
241241
tool: promptflow.tools.embedding.embedding
242242
inputs:
243-
connection: "Default_AzureOpenAI"
243+
connection: "openai_connection"
244244
deployment_name: "text-embedding-ada-002"
245245
input: "${inputs.answer}"
246246
activate:

0 commit comments

Comments
 (0)