MCPcopy 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
9class 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
16class BaseChunker(ABC):

Callers 5

test_overlapMethod · 0.90
test_end_to_end_pipelineFunction · 0.90
__init__Method · 0.85

Calls

no outgoing calls