mirror of
https://github.com/langgenius/dify.git
synced 2026-03-01 22:08:41 +08:00
15 lines
159 B
Python
15 lines
159 B
Python
class Document:
|
|
doc_metadata = {}
|
|
|
|
class Dataset:
|
|
pass
|
|
|
|
class DocumentSegment:
|
|
pass
|
|
|
|
class DatasetMetadata:
|
|
pass
|
|
|
|
class RateLimitLog:
|
|
pass
|