cancel
Showing results for 
Search instead for 
Did you mean: 
pemidexx
New Contributor III
since ‎09-10-2024
‎05-22-2025

User Stats

  • 9 Posts
  • 1 Solutions
  • 2 Kudos given
  • 1 Kudos received

User Activity

I am working on a Dash-based app that includes a call to a Databricks-hosted LLM endpoint. I am trying to track those calls with MLFlow. My code is (roughly) like this:from openai import OpenAIimport mlflowmlflow.set_tracking_uri("databricks")mlflow....
I am trying to pass a column of data from python/pandas to Spark, then run AI_QUERY. However, when I attempt to pass modelParameters (such as temperature), the function fails. Below is a minimal example: import pandas as pdqueries = pd.DataFrame([ ...
Kudos from
Kudos given to