Tag
This project provides self-contained, highly-portable Python distributions with minimal runtime dependencies, useful for embedding Python in larger binaries or running on diverse systems.
Agentlas is a free, open-source agent memory system that uses a local SQLite database combined with lightweight embedding and keyword search to achieve 96.4% on LongMemEval without calling an LLM, outperforming alternatives like mem0 and supermemory.
Fusion Embedding introduces a family of models that add audio to a frozen vision-language embedding backbone, enabling a unified space for text, image, video, and audio retrieval. The models train only lightweight adapters and achieve audio-image retrieval without paired audio-visual data.
QuixiAI releases embeddinggemma.c, a fast cross-platform embedding inference engine written in C, supporting multiple backends (CPU, Metal, CUDA, ROCm, SYCL) and Matryoshka embeddings with a standard HTTP API.
NVIDIA releases Nemotron 3 Embed, a collection of open embedding models that top the RTEB leaderboard, featuring an 8B flagship model and efficient 1B variants for production-scale retrieval.
Microsoft has released a new embedding model called bitnet-embedding-0.6b on HuggingFace, but the model card is missing.
NVIDIA released Nemotron-3-Embed 1B and 8B models, state-of-the-art multilingual text embedding models for retrieval and semantic similarity, optimized for RAG systems.
NVIDIA released Nemotron-3-Embed-1B-BF16, a multilingual text embedding model optimized for retrieval and semantic similarity, achieving state-of-the-art performance across 34 languages for RAG systems.
Vultr released the VultronRetriever family of models, including Prime-8B, Core-4.5B, and Flash-0.8B, which achieve top rankings on the MTEB leaderboard with high efficiency and offline capabilities.
The paper proposes a multi-cluster boundary learning method for out-of-scope intent detection using MiniLM embeddings, achieving state-of-the-art performance on CLINC150, StackOverflow, and Banking77 datasets.
InductWave proposes a wavelet-based inductive embedding method for multi-hop logical query answering on knowledge graphs, achieving competitive performance with fewer message-passing layers.
Ternlight is a 7 MB embedding model that runs in the browser via WASM, enabling fast semantic search without any API calls or servers. It ships as an npm package and can be used in three lines of code.
BaryGraph introduces a novel knowledge graph where every relationship is a first-class embedded document (BaryEdge) rather than an edge between nodes, enabling recursive abstraction triads that surface structural bridges between distant concepts. The preprint includes benchmarks showing structural metrics correlate with human similarity judgments better than cosine similarity alone.
The paper introduces Ember, a lightweight optimizer for embedding and LM-head matrices that exploits gradient geometry to improve efficiency and performance across supervised finetuning, RL, and pretraining, while using far less optimizer state than Adam.
Gbrain's dream cycle is a 24/7 automated loop that ingests daily data, enriches entities, consolidates conversations, merges duplicates, fixes citations, and ranks pages to maintain a fresh and accurate knowledge base.
This paper introduces and empirically evaluates methods for measuring semantic similarity between knowledge graphs using KG embeddings, proposing EmbPairSim and AvgEmbSim scoring functions that outperform baselines like Sentence-BERT on WikiText-2 and CC-News datasets.
YouTube founder Chad Hurley recounts how the ability to embed videos for free, inspired by PayPal's payment button strategy, drove YouTube's explosive growth. The article highlights the 'come for the tool, stay for the network' strategy advocated by a16z partner Chris Dixon.
DREAM trains dense retrieval embeddings by using autoregressive language model attention to supervise query-document similarity, eliminating the need for labeled data. It consistently outperforms baselines on BEIR and RTEB benchmarks across model scales.
HAKARI-Bench is a lightweight benchmark for comparing retrieval methods across multiple configurations and languages, enabling efficient model selection and performance analysis. It reproduces full benchmarks like MTEB at high correlation while being faster to run.
EvoEmbedding is a dynamic embedding model that maintains a continuously updated latent memory to generate adaptive representations for long-context retrieval, outperforming larger specialist models and improving agentic workflows.