Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Severian
/
dify
like
0
Paused
App
Files
Files
Community
a300380
dify
/
api
/
events
/
event_handlers
/
document_index_event.py
Severian
initial commit
a8b3f00
20 days ago
raw
Copy download link
history
blame
Safe
105 Bytes
from
blinker
import
signal
# sender: document
document_index_created = signal(
"document-index-created"
)