1 Open Issue Need Help Last updated: Feb 24, 2026

Open Issues Need Help

View All on GitHub

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