Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommandCodeAI/BaseAI
/
Class
packages/baseai/src/utils/memory/chunker.ts:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
}
5
6
class
TextSplitter {
7
protected chunkSize: number;
8
protected chunkOverlap: number;
9
protected keepSeparator: boolean;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected