Chore: fix wrong annotations (#15871)

This commit is contained in:
Yongtao Huang 2025-03-16 11:16:28 +08:00 committed by GitHub
commit 4ae94dc027
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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()