138 repos across 6 sub-areas
Pretrained neural models for converting text into dense vector embeddings, optimized for semantic similarity and retrieval tasks. The cluster centers on sentence-transformer implementations (particularly the BGE/BAAI General Embedding family) and inference infrastructure like text-embeddings-inference, with heavy emphasis on model serialization via safetensors and compatibility with standardized endpoints. Repos here span model variants across languages and scales, alongside tooling for efficient embedding generation and storage.
Sentence Embeddings and Dense Retrieval
39 repos
Dense vector embeddings for semantic search, similarity matching, and retrieval-augmented generation. This cluster centers on transformer-based sentence encoders (particularly the BGE and GTE model families) and their integration with embedding evaluation benchmarks (MTEB) and deployment infrastructure. Repositories here focus on creating, fine-tuning, and serving dense retrievers that power semantic search systems, with emphasis on model standardization through formats like Safetensors and endpoint compatibility standards.
Semantic Search & Sentence Embeddings
37 repos
Pre-trained transformer models and tools for computing semantic embeddings of text, enabling similarity search, retrieval, and sentence-level semantic understanding across multiple languages. The cluster centers on sentence-transformers and compatible models (including multilingual variants like Thai, Arabic, and XLM-R based architectures) optimized for efficient inference and distributed on HuggingFace endpoints. These repositories provide both model weights and retrieval infrastructure for building semantic search systems without extensive fine-tuning.
Text Embedding Models & Inference
34 repos
Dense vector embedding models for semantic search and retrieval, primarily built on sentence-transformers and PyTorch. These repositories include multilingual embedding models (BGE variants in Chinese and multilingual configurations), lightweight specialized embeddings (like EmbeddingGemma), and inference infrastructure compatible with text-embeddings-inference endpoints. The cluster represents both model implementations and the serving/optimization layer needed to deploy embeddings at scale.
Text Embeddings & Semantic Search
17 repos
Libraries and models for generating dense vector embeddings from text, enabling semantic similarity search and retrieval-augmented applications. The cluster centers on sentence-transformers, PyTorch-based embedding models (particularly multilingual variants like BGE for Chinese), and inference optimization tools like text-embeddings-inference and SPLADE. These components support building retrieval systems, vector databases, and text classification pipelines where semantic understanding matters more than keyword matching.
Dense Vector Embeddings & Retrieval
7 repos
Production-ready models and frameworks for generating dense vector embeddings from text, enabling semantic search and retrieval tasks. This cluster centers on transformer-based embedding models (primarily BERT variants and specialized architectures like Contriever and E5) optimized for different scales and languages, along with supporting infrastructure for feature extraction and model quantization. Engineers here work with sentence-transformers and PyTorch to build retrieval systems, semantic similarity pipelines, and embedding-based applications across multilingual and resource-constrained contexts.
Dense Retrieval and Neural Search
4 repos
Libraries and models for neural information retrieval using transformer-based dense embeddings and learned sparse representations. This cluster centers on SPLADE (Sparse Lexical and Dense Embedding) architectures and related sentence transformer approaches for semantic search, passage ranking, and efficient document retrieval. Repositories include pre-trained models, distilled variants for efficiency, and ONNX-compatible implementations enabling production deployment of neural search systems.