Cross-Language Embedding Generation: Bringing Hugging Face Models to C# and Java with ONNX
🔗Source code with README: https://github.com/yuniko-software/tokenizer-to-onnx-model
The Challenge of Working with Embedding Models
Text embeddings have become essential components in modern AI applications, from semantic search and RAG applications to recommendation systems. However, implementing them across different programming languages presents significant challenges:
* Python-centric ecosystem: Most embedding models