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

# init

> TypeScript SDK 레퍼런스

<div id="init">
  # init
</div>

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

Weave 트레이싱이 작동하는 데 필요한 Weave 클라이언트를 초기화합니다.

<div id="parameters">
  #### 매개변수
</div>

| 이름          | 유형             | 설명                                                                                                                                                                                                                                                                                                                      |
| :---------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `project`   | `string`       | W\&B 프로젝트 이름입니다(`project` 또는 `entity/project` 형식일 수 있습니다). W\&B 팀(예: `team/project`)을 지정하지 않으면 기본 entity가 사용됩니다. 기본 entity를 찾거나 변경하려면 [https://docs.wandb.ai/platform/app/settings-page/user-settings#default-team](https://docs.wandb.ai/platform/app/settings-page/user-settings#default-team)의 User Settings를 참고하세요. |
| `settings?` | `SettingsInit` | (선택) Weave 트레이싱 설정                                                                                                                                                                                                                                                                                                      |

<div id="returns">
  #### 반환값
</div>

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

초기화된 Weave 클라이언트로 해석되는 Promise입니다.

`Throws`

초기화에 실패한 경우

<div id="defined-in">
  #### 정의 위치
</div>

[clientApi.ts:90](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/clientApi.ts#L90)

***
