Type Alias: BoundaryType
BoundaryType =
"paragraph"|"sentence"|"heading"|"code-block"|"fixed"
Defined in: packages/agentos/src/rag/chunking/SemanticChunker.ts:74
The type of boundary used to split a chunk.
BoundaryType =
"paragraph"|"sentence"|"heading"|"code-block"|"fixed"
Defined in: packages/agentos/src/rag/chunking/SemanticChunker.ts:74
The type of boundary used to split a chunk.