Skip to main content

Interface: RaptorInputChunk

Defined in: packages/agentos/src/rag/raptor/RaptorTree.ts:73

Input chunk for building the RAPTOR tree.

Interface

RaptorInputChunk

Properties

id

id: string

Defined in: packages/agentos/src/rag/raptor/RaptorTree.ts:75

Unique chunk identifier.


metadata?

optional metadata: Record<string, unknown>

Defined in: packages/agentos/src/rag/raptor/RaptorTree.ts:79

Optional metadata to preserve in the tree.


text

text: string

Defined in: packages/agentos/src/rag/raptor/RaptorTree.ts:77

Chunk text content.