From d82420be8bda64f1ee9407766348600d3822f24b Mon Sep 17 00:00:00 2001 From: Zhengfei Wang Date: Thu, 25 Apr 2024 14:10:15 +0800 Subject: [PATCH] update CHANGELOG for trace search experience --- src/promptflow/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/promptflow/CHANGELOG.md b/src/promptflow/CHANGELOG.md index 293a0f505040..497eee3aff85 100644 --- a/src/promptflow/CHANGELOG.md +++ b/src/promptflow/CHANGELOG.md @@ -5,6 +5,7 @@ - [promptflow-devkit]: Expose --ui to trigger a chat window, reach [here](https://microsoft.github.io/promptflow/reference/pf-command-reference.html#pf-flow-test) for more details. - [promptflow-devkit]: Local serving container support using fastapi engine and tuning worker/thread num via environment variables, reach [here](https://microsoft.github.io/promptflow/how-to-guides/deploy-a-flow/deploy-using-docker.html) for more details. - [promptflow-core]: Add fastapi serving engine support. +- [promptflow-devkit]: Support search experience with simple Python expression in trace UI, reach [here](https://microsoft.github.io/promptflow/how-to-guides/tracing/index.html) for more details. ## v1.9.0 (2024.04.17)