Chore: fix wrong annotations (#15871)

This commit is contained in:
Yongtao Huang
2025-03-16 11:16:28 +08:00
committed by GitHub
parent 3a69a6a452
commit 4ae94dc027
10 changed files with 14 additions and 101 deletions

View File

@@ -35,7 +35,7 @@ def batch_create_segment_to_index_task(
:param tenant_id:
:param user_id:
Usage: batch_create_segment_to_index_task.delay(segment_id)
Usage: batch_create_segment_to_index_task.delay(job_id, content, dataset_id, document_id, tenant_id, user_id)
"""
logging.info(click.style("Start batch create segment jobId: {}".format(job_id), fg="green"))
start_at = time.perf_counter()