MCPcopy Create free account
hub / github.com/CarperAI/Code-Pile / DatasetSources

Class DatasetSources

codepile/dataset.py:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56SourceType = Literal['bulk', 'api', 'staticpages', 'dynamicpages']
57
58class DatasetSources(BaseModel):
59 # stores the urls from where the data can be collected
60 sources : list[AnyUrl]
61 sourcetype : SourceType
62 # storage format of the blobs that are captured from the source
63 source_format: str
64
65
66class RawDataset(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected