Trival. (#7653)
### What problem does this PR solve? #7623 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
dd0fd13ea8
commit
d49025b501
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ def get():
|
|||
"dataset_id": get_value(ck, "kb_id", "dataset_id"),
|
||||
"image_id": get_value(ck, "image_id", "img_id"),
|
||||
"positions": get_value(ck, "positions", "position_int"),
|
||||
"doc_type": get_value(ck, "doc_type", "doc_type_kwd"),
|
||||
}
|
||||
for ck in ref.get("chunks", [])
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue