Clement Wang

Results 17 comments of Clement Wang

Thanks @nirga, promptlfow is working on integrate with open telemetry, i.e. to emit trace produced by promptflow and internall call like OpenAI with open telemetry standard. I wrote an [example](https://github.com/microsoft/promptflow/blob/clwan/eager-mode-sample/examples/tutorials/trace/langchain/trace_langchain.ipynb)...

Yes. We are designing the experience to track local PF runs in AML workspace. I will update here if we have something to share.

Promptflow uploads your code snapshot to remote run, for flow.dag.yaml it's usually the dictory contains the flow.dag.yaml. For your case, could you share more on how do you specify the...

+ @lumoslnt who introduce the dep in this [PR](https://github.com/microsoft/promptflow/pull/1270)

We don't have plan to do this in short term. Added a long term tag to the ask.

@ArtyomZemlyak The name of a run is a unique identifier of the run entity. So it's by-design to be not changable. But you can change the display name of the...

Thanks for the feedback! @TechPreacher The promptflow-runtime-stable is a image that has addtional package & component for azure scenario. It's by design to use a simpler base image as the...