|
@@ -85,6 +85,7 @@ class StructureProcessor:
|
|
WHERE multimodal_recognition IS NOT NULL
|
|
WHERE multimodal_recognition IS NOT NULL
|
|
AND structured_data IS NULL
|
|
AND structured_data IS NULL
|
|
AND query_word IN ({placeholders})
|
|
AND query_word IN ({placeholders})
|
|
|
|
+ ORDER BY id ASC
|
|
LIMIT 1
|
|
LIMIT 1
|
|
"""
|
|
"""
|
|
|
|
|