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

Open Issues Need Help

View All on GitHub

AI Summary: The mobile_rag_engine library crashes when using ONNX embedding models that require 'token_type_ids' as an input. The engine currently only provides 'input_ids' and 'attention_mask', leading to a runtime error because the 'token_type_ids' input is missing. This prevents the use of many common HuggingFace embedding models.

Complexity: 3/5
good first issue