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