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