dify/api/events/event_handlers/document_index_event.py
Jyong 082f8b17ab
Feat/milvus support (#671)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: JzoNg <jzongcode@gmail.com>
2023-07-28 22:19:39 +08:00

5 lines
105 B
Python

from blinker import signal
# sender: document
document_index_created = signal('document-index-created')