> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-feature-automate-reference-docs-generation.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Init

[**weave**](../README.mdx) • **Docs**

***

[weave](../README.mdx) / init

# Function: init()

> **init**(`project`, `settings`?): `Promise`\<[`WeaveClient`](../classes/WeaveClient.mdx)>

Weave 클라이언트를 초기화합니다. 이는 weave 추적이 작동하기 위해 필요합니다.

## 매개변수

• **project**: `string`

W\&B 프로젝트 이름(project 또는 entity/project 형식 가능).

• **settings?**: `Settings`

(선택 사항) Weave 추적 설정

## 반환

`Promise`\<[`WeaveClient`](../classes/WeaveClient.mdx)>

초기화된 Weave 클라이언트로 해결되는 프로미스.

## 예외

초기화가 실패하는 경우

## 정의 위치

[clientApi.ts:57](https://github.com/wandb/weave/blob/e2313369cb35bc1b6f97c70539926dd951ead21e/sdks/node/src/clientApi.ts#L57)
