From cca0252b9add6859b55d402939ac7f7020a07c4b Mon Sep 17 00:00:00 2001 From: Scott Condron Date: Mon, 15 Apr 2024 21:35:28 +0100 Subject: [PATCH] change to LLM apps (#1531) --- docs/docs/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/introduction.md b/docs/docs/introduction.md index 846528a3924..5adf579384a 100644 --- a/docs/docs/introduction.md +++ b/docs/docs/introduction.md @@ -7,9 +7,9 @@ hide_table_of_contents: true # Introduction -Weave is a toolkit for developing Generative AI applications, built by [Weights & Biases](https://wandb.ai). +Weave is a lightweight toolkit for tracking and evaluating LLM applications, built by Weights & Biases. -Our goal is to bring rigor, best-practices, and composability to the inherently experimental process of developing Generative AI software, without introducing cognitive overhead. +Our goal is to bring rigor, best-practices, and composability to the inherently experimental process of developing AI applications, without introducing cognitive overhead. [Get started](/quickstart) by decorating Python functions with `@weave.op()`.