> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inworld.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# KnowledgeNodeProps

> Configuration for `KnowledgeNode` using knowledge provider settings.

## Properties

* [knowledgeId](#knowledgeid)
* [knowledgeRecords](#knowledgerecords)
* [maxCharsPerChunk](#maxcharsperchunk)
* [maxChunksPerDocument](#maxchunksperdocument)
* [retrievalConfig](#retrievalconfig)

***

## Properties

### knowledgeId

```typescript theme={"system"}
knowledgeId: string
```

ID of the knowledge collection

### knowledgeRecords

```typescript theme={"system"}
knowledgeRecords: string[]
```

Collection of knowledge records

### maxCharsPerChunk

```typescript theme={"system"}
maxCharsPerChunk?: number
```

Maximum characters per chunk (default: 1000)

### maxChunksPerDocument

```typescript theme={"system"}
maxChunksPerDocument?: number
```

Maximum chunks per document (default: 10)

### retrievalConfig

```typescript theme={"system"}
retrievalConfig?: object
```

Configuration for retrieving relevant information
