WandbTracer(
self,
run_args: Optional[WandbRunArgs] = None,
io_serializer: Callable = _serialize_io| Name | Type | Description |
|---|---|---|
run_args | Optional[WandbRunArgs] | Default: None(dict, optional) Arguments to pass to |
io_serializer | Callable | Default: _serialize_iocallable A function that serializes the input and outputs of a run to store in wandb. Defaults to "_serialize_io" |
| Name | Type |
|---|---|
| run_args | Optional[WandbRunArgs] |
| io_serializer | Callable |
Callback Handler that logs to Weights and Biases.
This handler will log the model architecture and run traces to Weights and Biases. This will ensure that all LangChain activity is logged to W&B.