From 4cb5748713d77d1d0568d98cebc6ea0f8bdf97d4 Mon Sep 17 00:00:00 2001 From: Shawn Date: Mon, 22 Jan 2024 17:26:46 -0800 Subject: [PATCH] Pre-release header, note on op (#1115) --- docs/docs/guides/tracking/ops.md | 4 ++++ docs/docs/introduction.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/docs/docs/guides/tracking/ops.md b/docs/docs/guides/tracking/ops.md index b8bf529e570..32ebc4dae77 100644 --- a/docs/docs/guides/tracking/ops.md +++ b/docs/docs/guides/tracking/ops.md @@ -20,4 +20,8 @@ track_me(15) Calling an op will created a new op version if the code has changed from the last call, and log the inputs and outputs of the function. +:::note +Functions decorated with `@weave.op()` will behave normally (without code versioning and tracking), if you don't call `weave.init()` before calling them. +::: + Ops can be [served](/guides/tools/serve) or [deployed](/guides/tools/deploy) using the Weave toolbelt. diff --git a/docs/docs/introduction.md b/docs/docs/introduction.md index 10c7baf86b8..4ed56813c2f 100644 --- a/docs/docs/introduction.md +++ b/docs/docs/introduction.md @@ -7,6 +7,8 @@ hide_table_of_contents: true # Introduction +*🍲 This version of Weave is pre-release software. 🍲* + Weave is a toolkit for developing AI-powered applications, built by [Weights & Biases](https://wandb.ai). Our goal is to bring rigor, best-practices, and composability, to the inherently experimental process of developing AI-based software, without introducing cognitive overhead.