Skip to content

Commit

Permalink
wrap url
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengfeiwang committed Apr 25, 2024
1 parent 71d45f7 commit 540667c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-guides/tracing/trace-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Or
```shell
pf run create --flow . --data "./data/bert-paper-qna.jsonl" --column-mapping chat_history='${data.chat_history}' pdf_url='${data.pdf_url}' question='${data.question}'
```
Then you will get a run related trace URL, e.g. http://localhost:<port>/v1.0/ui/traces?run=chat_with_pdf_20240226_181222_219335
Then you will get a run related trace URL, e.g. `http://localhost:<port>/v1.0/ui/traces?run=chat_with_pdf_20240226_181222_219335`

![batch_run_record](../../media/trace/batch_run_record.png)

Expand Down

0 comments on commit 540667c

Please sign in to comment.