Weights & Biases is provider of the AI developer platform to train and fine-tune AI models and develop AI applications.
Weights & Biase
products can be used to log metrics and artifacts during training,
and to trace the execution of your code.
There are several main ways to use Weights & Biases
products within LangChain:
wandb_tracing_enabled
Weave
lightweight toolkitWandbCallbackHandler
(deprecated)WandbCallbackHandler
is being deprecated in favour of the wandb_tracing_enabled
.
See a usage example.
See in the W&B documentation.