W&B Weave

no

Original Documentation

Documentation Index#

Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt Use this file to discover all available pages before exploring further.

Track, test, and improve language model apps with W&B Weave

W&B Weave is an observability and evaluation platform that helps you track, evaluate, and improve your LLM application. With Weave, you can:

Get started#

The following docs guide you through the basics of how to use Weave’s suite of tools.

Start by tracing a basic call to an LLM and reviewing the data in your W&B account.

Learn how to build an evaluation pipeline using Weave scorers to test and track your application’s performance.

Build and evaluate RAG applications using Weave with LLM judges to measure retrieval quality.

Install Weave#

W&B Weave provides Python and TypeScript libraries. To install the Weave library, run the following command:

    pip install weave
    ```
  <span class="tab-end"></span>

  <span class="tab-start" data-tab-title="TypeScript"></span>
```bash
    pnpm install weave
    ```
  <span class="tab-end"></span>
<span class="tab-group-end"></span>

To start using the Weave library, create a [Weights & Biases (W\&B) account](https://wandb.ai) and an [API key at User Settings](https://wandb.ai/settings). The API key allows you to authenticate to your W\&B account and start sending data to it.
Link last verified June 7, 2026. View original ↗
Source: Weights & Biases Docs
Link last verified: 2026-04-05