fonnx icon indicating copy to clipboard operation
fonnx copied to clipboard

Adding SOTA embedding models

Open aesthetic-factory opened this issue 9 months ago • 0 comments

Is there any chance to support newer models? For example,

https://huggingface.co/jinaai/jina-embeddings-v3 https://huggingface.co/Snowflake/snowflake-arctic-embed-m-v2.0

I tried to replace the onnx file and got following error.

Opset 5 is under development and support for this is limited.
The operator schemas and or other functionality may change before next ONNX release and in this case ONNX Runtime will not guarantee backward compatibility.
Current official support for domain ai.onnx.ml is till opset 3.

aesthetic-factory avatar Feb 09 '25 21:02 aesthetic-factory