Skip to main content
W&B Weave is a powerful observability and evaluation platform that helps you track, evaluate, and improve your LLM application’s performance. Weave has the ability to: Weave works with many popular frameworks and has both Python and TypeScript SDKs.

Get Started

See the following quickstart docs to install and learn how integrate Weave into your code: You can also review the following Python example to get a quick understanding of how Weave is implemented into code:
The following example sends simple math questions to OpenAI and then evaluates the responses for correctness (in parallel) using the built-in CorrectnessScorer():Open In Colab
To use this example, follow the installation instructions in the first step of the quickstart. You also need an OpenAI API key.

Advanced guides

Explore advanced topics:
  • Integrations: Connect Weave with popular language model providers, such as OpenAI and Anthropic.
  • Cookbooks: See examples of how to use Weave in our interactive notebooks.
  • W&B AI Academy: Build advanced retrieval systems, improve language model prompting, and fine-tune models.