Open Issues Need Help
View All on GitHub ONNX model requiring token_type_ids causes runtime crash (Missing Input: token_type_ids) about 2 months ago
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