MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.28k stars 21.47k forks source link

Validation error while loading prompt flow in azure ml pipeline #123826

Open ektaraj opened 3 months ago

ektaraj commented 3 months ago

Prompt flow with Azure ML Pipeline A link to the published documentation article - https://github.com/microsoft/promptflow/blob/main/examples/tutorials/run-flow-with-pipeline/pipeline.ipynb Issue: I am unable to load the flow which I authored and tested on prompt flow UI in Azure ML Pipeline. I am using the load_component function from azure.ai.ml library. It throws validation error. Like so image (1) image

Could you please help resolve this?

PesalaPavan commented 3 months ago

@ektaraj It would be great if you could add a link to the documentation you are following for these steps? This would help us redirect the issue to the appropriate team. Thanks!!

ektaraj commented 3 months ago

@ektaraj It would be great if you could add a link to the documentation you are following for these steps? This would help us redirect the issue to the appropriate team. Thanks!! Here is the documentation. https://microsoft.github.io/promptflow/tutorials/pipeline.html

load_component function is unable to parse the the autogenerated flow.dag.yaml file.

Naveenommi-MSFT commented 3 months ago

@ektaraj Thank you for bringing this to our attention. I've delegated this to content author @alainli0928, who will review it and offer their insightful opinions.