Chore: fix wrong annotations (#15871)
This commit is contained in:
parent
3a69a6a452
commit
4ae94dc027
10 changed files with 14 additions and 101 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue