Han Wang

Results 32 comments of Han Wang

Hi @dobahoang , currently we don't support storing variables as intermediate data between flow runs. But for chat history, we'll add a doc on our recommended way to save/load it....

Hi @pamelafox , thanks for the suggestion. We've already tracking this internally. The reason we did not support this in the first place was to maintain parity between local and...

Hi @journeyman-msft , did you deploy your flow following this doc? https://microsoft.github.io/promptflow/how-to-guides/deploy-a-flow/deploy-using-docker.html + @elliotzh to help with the deploy issue.

Hi @lovettchris, root cause for this issue is when `quant_model` got promoted as pipeline level output when returned in @dsl.pipeline. When a node level output got promoted as a pipeline...

Hi @TheMellyBee the issue has been fixed and available in `azure-ai-ml>1.5.0`. Could you help post your issue here so we can check if it's same issue? Here's a doc on...

Hi @apthagowda97, @TomSB1423 and @lovettchris, sorry for the late response. Could you help create a new issue to track the 0KB ghost file thing and we will discuss there? Since...

Added a long-term tag for this. I have a proposal to introduce a `code` field to flow's YAML. If user need to import outside of current working directory. They can...

@MingStar , since it's currently prompt flow's by design behavior. A workaround would be put both of the flow files in root level like this. Let me know if it...

> > @MingStar , since it's currently prompt flow's by design behavior. A workaround would be put both of the flow files in root level like this. Let me know...

Hi @stewartadam , the stream for `pf.run` got delayed since we haven't decided the CLI experience. I'll update here once it's supported.