Fix: connect add_to_index handler after document_added (#14058)

This commit is contained in:
shamoon
2026-09-10 07:19:12 -07:00
committed by GitHub
parent 54a6f0fd2b
commit abdf15466c
+1
View File
@@ -28,6 +28,7 @@ class DocumentsConfig(AppConfig):
document_consumption_finished.connect(set_storage_path)
document_consumption_finished.connect(add_to_index)
document_consumption_finished.connect(run_workflows_added)
document_consumption_finished.connect(add_to_index)
document_consumption_finished.connect(add_or_update_document_in_llm_index)
document_updated.connect(run_workflows_updated)
document_updated.connect(send_websocket_document_updated)