mirror of
https://github.com/langgenius/dify.git
synced 2026-03-10 03:00:20 +08:00
Merge branch 'feat/r2' into deploy/rag-dev
This commit is contained in:
commit
a014345688
@ -9,8 +9,8 @@ class DatasourceStreamEvent(Enum):
|
||||
"""
|
||||
Datasource Stream event
|
||||
"""
|
||||
PROCESSING = "processing"
|
||||
COMPLETED = "completed"
|
||||
PROCESSING = "datasource_processing"
|
||||
COMPLETED = "datasource_completed"
|
||||
|
||||
|
||||
class BaseDatasourceEvent(BaseModel):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user