Han Wang
Han Wang
Hi @stewartadam , we've been busy with new features recently and the streaming support got delayed. I'll update here once it's fixed.
Hi @ankitbko , we don't have plans to support this in the near future. I will place it on the long-term roadmap.
Hi @melmatlis , we are working on a feature to track local run in cloud, + @wangchao1230 for more details.
@loubigard thanks for the contribution! For your scenario, we recommend putting under [integration folder](https://github.com/microsoft/promptflow/tree/main/examples/flows/integrations). Let's discuss more in the PR.
Merged in this PR: https://github.com/microsoft/promptflow/pull/3644
Hi @yanggaome , `evaluate` will call `pf.run` implicitly, which will make your above code call a `pf.run` inside a `pf.run`. While `pf.run` used multi-processing to process each line of data,...
Hi @mariia-ascent , you can run evaluation against existing run in VS Code extension by selecting input source as existing run in extenstion:  Here's related [doc](https://microsoft.github.io/promptflow/how-to-guides/run-and-evaluate-a-flow/index.html#run-evaluation-flow-against-run) for this scenario....
@simon-v-swyftx , this is not related to extension. For Azure portal issue, feel free to [create a feedback ](https://microsoft.github.io/promptflow/cloud/azureai/faq.html#how-to-create-feedback-for-azure-portal-experience) for it, when filing feedback, please also attach related logs. For...
@MingStar let's track the issue in a central place, I've provided a workaround in #3209 , please check if it can help with your case.
Hi @MingStar , you mentioned you added your working directory to `PYTHONPATH`. Could you run `python -c "import sys; print('\n'.join(sys.path))"` in command line to check if the path was added?...