Skip to content

Commit

Permalink
chore: update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Jun 6, 2024
1 parent ce66599 commit e48cd86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions labelu/internal/application/service/pre_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ async def list_by(
pre_annotations = []

# 指定 sample_name 查询时,需要对所有的 pre_annotation 进行查询
# TODO 优化查询逻辑:将上传的jsonl中的每个预标注提取并存储到单独的表(PreAnnotationDetail)中
if sample_name:
pre_annotations = db.query(TaskPreAnnotation).all()
else:
Expand Down

0 comments on commit e48cd86

Please sign in to comment.