Manage Weave Projects ↗
noOriginal 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.
Use Weave projects to organize related assets like traces, prompts, evaluations, models, and dashboards.
Weave projects keep related assets organized, including traces, evaluations, models, datasets, and other Weave assets. Projects keep your team organized, streamline collaboration and sharing, and help you track the evolution of your LLM applications over time.
Project Resources#
Projects store the following resources:
| Resource | Description |
|---|---|
| Traces | Individual LLM calls, function executions, and application flows that capture inputs, outputs, latency, and token usage for debugging and analysis. See Traces. |
| Evaluations | Test results that compare model performance against datasets using scoring functions to measure quality, accuracy, and other metrics. See Evaluations. |
| Monitors | Background processes that automatically score a subset of function calls using LLM-as-a-judge scorers to track quality metrics over time in production. See Monitors. |
| Leaderboards | Ranked comparisons of model performance across different evaluation runs, helping you identify the best-performing configurations. See Leaderboards. |
| Threads | Multi-turn conversations and session-based workflows that group related calls under a shared thread ID for analyzing complete user interactions. See Threads. |
| Assets | The Assets tab stores and organizes versioned objects in your project:
|
Project paths#
Teams (also called an entities) own and manage projects in your W&B organization. Your team name and project name make up the path to your project in the W&B UI. You use also use this path in your code to associate your Weave resources with the project.
For example, if your team’s name is my-team and your project’s name is my-project, the path to your project is:
my-team/my-projectUse this path when you initialize Weave in your code to associate your app’s data with the project:
weave.init('my-team/my-project')Create and find projects#
You can create a Weave project using the W&B UI or by setting a new project path in your code.
To create a new project using the W&B UI:
- Navigate to wandb.ai.
- Select New project. This opens the Create a new project modal dialog.
- In the modal, configure the following fields:
- Team: The existing team to associate the project with.
- Name: A name for your project.
- Project visibility: The scope of who can view and edit the project.
- Description: (Optional) A short description of the project to help you track and organize its purpose.
- After configuring the necessary fields, select Create project. The project creates the project.
To locate your newly created project, select the Weights & Biases logo in the upper-left corner to open the Global navigation menu. The menu lists your most recent projects and the teams you belong to, allowing you to quickly switch context. Select your project to open the project’s workspace.
Alternatively, open your Profile from the menu under your name in the upper-right corner. The Projects tab lists all of your projects.
When you open the new project’s workspace, the UI offers quickstarts for both W&B Models and W&B Weave. The project’s toolbar also contains tools for each product. After you associate Weave data with your project through your code, the sidenav shows only Weave tools and the Weave dashboard becomes available.
To create a Weave project directly from your code, provide a new project path as an argument to weave.init():
import weave
weave.init('my-team/my-llm-app')
```
```typescript
import * as weave from 'weave';
await weave.init('my-team/my-llm-app');
```
When you run the code, Weave creates the new project in your W\&B account and uploads any applicable data from the run to the project. Weave also configures the project as a Weave project (not a W\&B Models project), and the UI sidenav shows only Weave tools.
<span class="tab-end"></span>
<span class="tab-group-end"></span>
## View projects in the UI
To access a project in the Weave UI:
1. Navigate to [wandb.ai](https://wandb.ai).
2. Click the **Weights & Biases logo** in the upper-left corner to open the **Global navigation menu**, then select your project from the **Projects** sidebar. This opens the project's overview page, or **Traces** page if you have already logged traces to the project.
3. From the overview page, you can:
* Review your project's statistics, such as the number of traces logged to the project and how much storage the project is using.
* Navigate to traces, evaluations, and other resources using the sidebar.
* Navigate to recently logged traces, evaluations, models, and datasets.
<img src="https://mintcdn.com/wb-21fd5541/pITm3Ui_JsiIzdbW/weave/guides/platform/imgs/weave-project.png?fit=max&auto=format&n=pITm3Ui_JsiIzdbW&q=85&s=b9824e6347f199d5a2e83a9343bc33be" alt="Weave project" data-og-width="1226" width="1226" data-og-height="922" height="922" data-path="weave/guides/platform/imgs/weave-project.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/wb-21fd5541/pITm3Ui_JsiIzdbW/weave/guides/platform/imgs/weave-project.png?w=280&fit=max&auto=format&n=pITm3Ui_JsiIzdbW&q=85&s=eafb0f53c7c64302253b763c9289c69c 280w, https://mintcdn.com/wb-21fd5541/pITm3Ui_JsiIzdbW/weave/guides/platform/imgs/weave-project.png?w=560&fit=max&auto=format&n=pITm3Ui_JsiIzdbW&q=85&s=32558b78042fb5c454a8df86a9e5d119 560w, https://mintcdn.com/wb-21fd5541/pITm3Ui_JsiIzdbW/weave/guides/platform/imgs/weave-project.png?w=840&fit=max&auto=format&n=pITm3Ui_JsiIzdbW&q=85&s=779501a88da130fd187e4a027d44bb7d 840w, https://mintcdn.com/wb-21fd5541/pITm3Ui_JsiIzdbW/weave/guides/platform/imgs/weave-project.png?w=1100&fit=max&auto=format&n=pITm3Ui_JsiIzdbW&q=85&s=a4f67a4a24469148ffe07d808bfe0e6c 1100w, https://mintcdn.com/wb-21fd5541/pITm3Ui_JsiIzdbW/weave/guides/platform/imgs/weave-project.png?w=1650&fit=max&auto=format&n=pITm3Ui_JsiIzdbW&q=85&s=a6ac7c420c3aba605e154f6f4a1e1398 1650w, https://mintcdn.com/wb-21fd5541/pITm3Ui_JsiIzdbW/weave/guides/platform/imgs/weave-project.png?w=2500&fit=max&auto=format&n=pITm3Ui_JsiIzdbW&q=85&s=00bda43a0602e388e0414710ea88614a 2500w" />
## Delete a project
To delete a project from your W\&B account:
1. Navigate to [wandb.ai](https://wandb.ai).
2. Select your project from the **Projects** sidebar. This opens the project's overview page, or **Traces** page if you have already logged traces to the project.
3. Select the **Project** (<Icon icon="circle-info" size={16} />) button in the sidenav to open the project's overview page if it is not already open.
4. Select the three-dots menu (<Icon icon="ellipsis" size={16} />) and choose **Delete Project** from the list. This opens the **Delete project** modal dialog.
5. In the modal, enter the project name in the confirmation field and click **Delete**. The project is permanently deleted from your W\&B account.