weave • DocsDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-feature-automate-reference-docs-generation.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
weave / init
Function: init()
init(Initialize the Weave client, which is required for weave tracing to work.project,settings?):Promise<WeaveClient>
Parameters
• project:string
The W&B project name (can be project or entity/project).
• settings?: Settings
(Optional) Weave tracing settings
Returns
Promise<WeaveClient>
A promise that resolves to the initialized Weave client.