cancel
Showing results for 
Search instead for 
Did you mean: 
Generative AI
Explore discussions on generative artificial intelligence techniques and applications within the Databricks Community. Share ideas, challenges, and breakthroughs in this cutting-edge field.
cancel
Showing results for 
Search instead for 
Did you mean: 

Tracing through model serving endpoint

srijan1881
Visitor

 i have deployed a code running on langgraph through model serving endpoint. I want to trace the logs using ml flow and i want to trace logs in the experiment whenever a user hits the serving endpoint. I have defined both of them in my code

mlflow.set_experiment("/xxx")
mlflow.openai.autolog(
    disable=False,
)
 
and also set 
"ENABLE_MLFLOW_TRACING": "true",
but still couldn't able to see logs in experiment
0 REPLIES 0