mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-06-03 18:54:11 +08:00

Co-authored-by: StyleZhang <jasonapring2015@outlook.com> Co-authored-by: JzoNg <jzongcode@gmail.com>
5 lines
105 B
Python
5 lines
105 B
Python
from blinker import signal
|
|
|
|
# sender: document
|
|
document_index_created = signal('document-index-created')
|