mirror of https://github.com/langgenius/dify.git
Fix annotation index task question type
This commit is contained in:
parent
52112812cf
commit
0e5bda4f54
|
|
@ -77,7 +77,7 @@ class AppAnnotationService:
|
|||
if annotation_setting:
|
||||
add_annotation_to_index_task.delay(
|
||||
annotation.id,
|
||||
annotation.question,
|
||||
question,
|
||||
current_tenant_id,
|
||||
app_id,
|
||||
annotation_setting.collection_binding_id,
|
||||
|
|
|
|||
Loading…
Reference in New Issue