mlflow.haystack
- mlflow.haystack.autolog(log_traces: bool = True, disable: bool = False, silent: bool = False)[source]
Note
Experimental: This function may change or be removed in a future release without warning.
Enables (or disables) and configures autologging from Haystack to MLflow.
- Parameters
log_traces – If
True
, traces are logged for Haystack. IfFalse
, no traces are collected.disable – If
True
, disables the Haystack autologging integration.silent – If
True
, suppress all event logs and warnings from MLflow during Haystack autologging. IfFalse
, show all events and warnings.