feat: Add mlflow filter pipeline#602
Open
WeichenXu123 wants to merge 10 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new example filter pipeline that integrates MLflow tracing with Open WebUI to provide per-turn traces grouped by multi-turn chat session.
Changes:
- Introduces an MLflow filter pipeline with configurable valves (tracking URI, experiment name, debug).
- Captures the latest user message on
inletand logs the corresponding assistant response + token usage onoutlet. - Groups turns into a single MLflow session via
mlflow.trace.sessionand tags traces with the authenticated user email.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Weichen Xu <weichen.xu@databricks.com>
Author
|
CC @tjbck would you take a look ? thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MLflow Filter Pipeline
Adds a filter pipeline that integrates https://mlflow.org/ tracing with Open WebUI, enabling observability for multi-turn chat sessions.
What it does
Features
Requirements
Configuration (Valves)
Setup
mlflow server --disable-security-middlewareend-to-end test in local machine:
Launch Mlflow server
Launch Openweb UI server
Launch pipeline service by docker
Dockerfile.mlflowin current directory.OpenWebUI pipeline configure:
OpenWebUI chat:
MLflow traces:
single traces:



chat session: