Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/feast-dev/feast
/ ChunkingConfig
Class
ChunkingConfig
sdk/python/feast/chunker.py:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
@dataclass
9
class
ChunkingConfig:
10
chunk_size: int = 100
11
chunk_overlap: int = 20
12
min_chunk_size: int = 20
13
max_chunk_chars: Optional[int] = 500
14
15
16
class
BaseChunker(ABC):
Callers
5
test_overlap
Method · 0.90
test_min_chunk_size_filters_small_trailing
Method · 0.90
test_max_chunk_chars_truncation
Method · 0.90
test_end_to_end_pipeline
Function · 0.90
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
4
test_overlap
Method · 0.72
test_min_chunk_size_filters_small_trailing
Method · 0.72
test_max_chunk_chars_truncation
Method · 0.72
test_end_to_end_pipeline
Function · 0.72