Archive

A collection of 6 issues

Latest

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

Building a Smarter Search with Qdrant, BGE-M3 All-in-One Embedding Model, and Hybrid Reranking

🔗Source code with README: https://github.com/yuniko-software/bge-m3-qdrant-sample Why Hybrid Search with Reranking? The combination of BGE-M3's all-in-one embedding model, Qdrant, and hybrid reranking offers significant advantages over traditional methods: * Combines strengths of multiple approaches - Integrates semantic understanding from dense vectors, keyword precision from sparse vectors,