Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chenzihong
/
GraphGen
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
GraphGen
/
graphgen
/
models
/
text
/
chunk.py
github-actions[bot]
Auto-sync from demo at Thu Aug 28 10:06:44 UTC 2025
ba8b592
7 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
90 Bytes
from
dataclasses
import
dataclass
@dataclass
class
Chunk
:
id
:
str
content:
str