Skip to main content

Examples

Constructors

Interfaces


Constructors

constructor

Creates a new RemoteKnowledgeComponent instance.

Parameters

props
RemoteKnowledgeComponentProps
required
Configuration for the remote knowledge component.

Returns

RemoteKnowledgeComponent

Interfaces

RemoteKnowledgeComponentProps

Configuration options for RemoteKnowledgeComponent creation.

Properties

maxCharsPerChunk?: number Maximum characters per chunk (default: 1000). maxChunksPerDocument?: number Maximum chunks per document (default: 10).