Open Issues Need Help
View All on GitHub ONNX model requiring token_type_ids causes runtime crash (Missing Input: token_type_ids) 26 days ago
AI Summary: Users integrating `mobile_rag_engine` (v0.14.0) into Flutter Android apps are experiencing crashes during ONNX model inference. The error, "Missing Input: token_type_ids," occurs because several HuggingFace ONNX embedding models expect `token_type_ids` as an input, but the `mobile_rag_engine` only provides `input_ids` and `attention_mask`.
Complexity:
3/5
good first issue