| Name | Type | Description |
|---|---|---|
job_type | str | Default: NoneThe type of job. |
project | str | Default: 'langchain_callback_demo'The project to log to. |
entity | str | Default: NoneThe entity to log to. |
tags | list | Default: None |
group | str | Default: None |
name | str | Default: None |
notes | str | Default: None |
visualize | bool | Default: False |
complexity_metrics | bool | Default: False |
stream_logs | bool | Default: False |
Callback Handler that logs to Weights and Biases.
This handler will utilize the associated callback method called and formats the input of each callback function with metadata regarding the state of LLM run, and adds the response to the list of records for both the {method}_records and action. It then logs the response using the run.log() method to Weights and Biases.
The tags to log.
The group to log to.
The name of the run.
The notes to log.
Whether to visualize the run.
Whether to log complexity metrics.
Whether to stream callback actions to W&B