Skip to content

Comments

Feature/mlflow trace feedback#128

Open
edurdevic wants to merge 2 commits intodatabricks:mainfrom
edurdevic:feature/mlflow-trace-feedback
Open

Feature/mlflow trace feedback#128
edurdevic wants to merge 2 commits intodatabricks:mainfrom
edurdevic:feature/mlflow-trace-feedback

Conversation

@edurdevic
Copy link

Summary

  • Replace the legacy serving endpoint feedback mechanism (/served-models/feedback/invocations) with MLflow's trace-based feedback API (mlflow.log_feedback)
  • Extract trace_id from streaming and non-streaming responses, using it instead of request_id for feedback submission
  • Remove the endpoint_supports_feedback check since traces are now always requested

edurdevic and others added 2 commits February 23, 2026 16:12
…back

Replace the legacy serving endpoint feedback mechanism with MLflow's
trace-based feedback API (mlflow.log_feedback). Extract trace_id from
streaming/non-streaming responses and use it for feedback submission
instead of request_id. Remove endpoint_supports_feedback check since
traces are now always requested.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant