MCPcopy Create free account
hub / github.com/feast-dev/feast / __init__

Method __init__

sdk/python/feast/chunker.py:26–27  ·  view source on GitHub ↗
(self, config: Optional[ChunkingConfig] = None)

Source from the content-addressed store, hash-verified

24 """
25
26 def __init__(self, config: Optional[ChunkingConfig] = None):
27 self.config = config or ChunkingConfig()
28
29 @abstractmethod
30 def load_parse_and_chunk(

Callers

nothing calls this directly

Calls 1

ChunkingConfigClass · 0.85

Tested by

no test coverage detected