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

@ -17,7 +17,7 @@ def delete_segment_from_index_task(index_node_ids: list, dataset_id: str, docume
:param dataset_id:
:param document_id:
Usage: delete_segment_from_index_task.delay(segment_ids)
Usage: delete_segment_from_index_task.delay(index_node_ids, dataset_id, document_id)
"""
logging.info(click.style("Start delete segment from index", fg="green"))
start_at = time.perf_counter()