We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cea94b commit 14308fcCopy full SHA for 14308fc
sdk/ai/azure-ai-generative/azure/ai/generative/evaluate/pf_templates/built_in_metrics/qa/flow.dag.yaml
@@ -227,7 +227,7 @@ nodes:
227
type: package
228
tool: promptflow.tools.embedding.embedding
229
inputs:
230
- connection: "Default_AzureOpenAI"
+ connection: "openai_connection"
231
deployment_name: "text-embedding-ada-002"
232
input: "${inputs.ground_truth}"
233
activate:
@@ -240,7 +240,7 @@ nodes:
240
241
242
243
244
245
input: "${inputs.answer}"
246
0 commit comments