Open ektaraj opened 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 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.
@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.
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
Could you please help resolve this?