You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/guides/quickstart.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ weight: 2
10
10
---
11
11
Install W&B to track, visualize, and manage machine learning experiments of any size.
12
12
13
+
{{% alert %}}
14
+
Are you looking for information on W&B Weave? See the [Weave Python SDK quickstart](https://weave-docs.wandb.ai/quickstart) or [Weave TypeScript SDK quickstart](https://weave-docs.wandb.ai/reference/generated_typescript_docs/intro-notebook).
15
+
{{% /alert %}}
16
+
13
17
## Sign up and create an API key
14
18
15
19
To authenticate your machine with W&B, generate an API key from your user profile or at [wandb.ai/authorize](https://wandb.ai/authorize). Copy the API key and store it securely.
@@ -41,6 +45,7 @@ pip install wandb
41
45
```
42
46
```python
43
47
import wandb
48
+
44
49
wandb.login()
45
50
```
46
51
@@ -122,3 +127,4 @@ Explore more features of the W&B ecosystem:
122
127
4. Automate hyperparameter searches and optimize models with [W&B Sweeps]({{< relref "/guides/models/sweeps/">}}).
123
128
5. Analyze runs, visualize model predictions, and share insights on a [central dashboard]({{< relref "/guides/models/tables/">}}).
124
129
6. Visit [W&B AI Academy](https://wandb.ai/site/courses/) to learn about LLMs, MLOps, and W&B Models through hands-on courses.
130
+
7. Visit the [official W&B Weave documentation](https://weave-docs.wandb.ai/) to learn how to track track, experiment with, evaluate, deploy, and improve your LLM-based applications using Weave.
Are you looking for the official Weave documentation? Head over to [https://weave-docs.wandb.ai/](https://weave-docs.wandb.ai/).
11
+
{{% /alert %}}
10
12
11
-
Weave is a lightweight toolkit for tracking and evaluatingLLM applications. Use W&B Weave to visualize and inspect the execution flow of your LLMs, analyze the inputs and outputs of your LLMs, view the intermediate results and securely store and manage your prompts and LLM chain configurations.
13
+
W&B Weave is a framework for tracking, experimenting with, evaluating, deploying, and improving LLM-based applications. Designed for flexibility and scalability, Weave supports every stage of your LLM application development workflow:
-**Tracing & Monitoring**: Track LLM calls and application logic to debug and analyze production systems.
16
+
-**Systematic Iteration**: Refine and iterate on prompts, datasets and models.
17
+
-**Experimentation**: Experiment with different models and prompts in the LLM Playground.
18
+
-**Evaluation**: Use custom or pre-built scorers alongside our comparison tools to systematically assess and enhance application performance.
19
+
-**Guardrails**: Protect your application with safeguards for content moderation, prompt safety, and more.
14
20
15
-
With W&B Weave, you can:
16
-
* Log and debug language model inputs, outputs, and traces
17
-
* Build rigorous, apples-to-apples evaluations for language model use cases
18
-
* Organize all the information generated across the LLM workflow, from experimentation to evaluations to production
21
+
## Get started with Weave
19
22
20
-
{{% alert %}}
21
-
Looking for Weave docs? See the [W&B Weave Docs](https://weave-docs.wandb.ai/).
22
-
{{% /alert %}}
23
+
Are you new to Weave? Set up and start using Weave with the [Python quickstart](https://weave-docs.wandb.ai/quickstart) or [TypeScript quickstart](https://weave-docs.wandb.ai/reference/generated_typescript_docs/intro-notebook).
24
+
25
+
## Advanced guides
23
26
24
-
## How to get started
25
-
Depending on your use case, explore the following resources to get started with W&B Weave:
27
+
Learn more about advanced topics:
26
28
27
-
*[Quickstart: Track inputs and outputs of LLM calls](https://wandb.github.io/weave/quickstart)
28
-
*[Build an Evaluation pipeline tutorial](https://wandb.github.io/weave/tutorial-eval)
29
-
*[Model-Based Evaluation of RAG applications tutorial](https://wandb.github.io/weave/tutorial-rag)
29
+
-[Integrations](https://weave-docs.wandb.ai/guides/integrations/): Use Weave with popular LLM providers, local models, frameworks, and third-party services.
30
+
-[Cookbooks](https://weave-docs.wandb.ai/reference/gen_notebooks/intro_notebook): Build with Weave using Python and TypeScript. Tutorials are available as interactive notebooks.
31
+
-[W&B AI Academy](https://www.wandb.courses/pages/w-b-courses): Build advanced RAG systems, improve LLM prompting, fine-tune LLMs, and more.
0 commit comments