embedding

Tag

Cards List
#embedding

Self-contained highly-portable Python distributions

Hacker News Top · 10h ago Cached

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.

0 favorites 0 likes
#embedding

Agent memory that retrieves 96.4% on LongMemEval without calling a model

Reddit r/AI_Agents · 3d ago

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.

0 favorites 0 likes
#embedding

Fusion Embedding: A Unified Embedding Space for Text, Image, Video, and Audio

arXiv cs.CL · 6d ago Cached

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.

0 favorites 0 likes
#embedding

@QuixiAI: QuixiAI/embeddinggemma.c - fast as fuck cross-platform embedding inference engine. Written in c, runs anywhere. Inferen…

X AI KOLs Following · 2026-07-20 Cached

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.

0 favorites 0 likes
#embedding

NVIDIA Nemotron 3 Embed Ranks #1 Overall on RTEB, Advancing Agentic Retrieval

Hugging Face Blog · 2026-07-16 Cached

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.

0 favorites 0 likes
#embedding

Bitnet again?

Reddit r/LocalLLaMA · 2026-07-15

Microsoft has released a new embedding model called bitnet-embedding-0.6b on HuggingFace, but the model card is missing.

0 favorites 0 likes
#embedding

Nemotron-3-Embed 1B/8B

Reddit r/LocalLLaMA · 2026-07-14

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.

0 favorites 0 likes
#embedding

nvidia/Nemotron-3-Embed-1B-BF16

Hugging Face Models Trending · 2026-07-14 Cached

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.

0 favorites 0 likes
#embedding

VultronRetriever family of models released on HuggingFace![R]

Reddit r/MachineLearning · 2026-07-11

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.

0 favorites 0 likes
#embedding

A Multi-cluster Boundary Learning Method for Out-of-Scope Intent Detection via MiniLM Embedding

arXiv cs.CL · 2026-07-10 Cached

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.

0 favorites 0 likes
#embedding

InductWave: Inductive Multi-Hop Logical Query Answering on Knowledge Graphs

arXiv cs.AI · 2026-07-09 Cached

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.

0 favorites 0 likes
#embedding

Ternlight – 7 MB embedding model that runs in browser (WASM)

Hacker News Top · 2026-07-06 Cached

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.

0 favorites 0 likes
#embedding

BaryGraph - knowledge graph where every relationship is its own embedded document (not an edge) [R]

Reddit r/MachineLearning · 2026-07-04

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.

0 favorites 0 likes
#embedding

Token Geometry

arXiv cs.LG · 2026-07-03 Cached

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.

0 favorites 0 likes
#embedding

@shannholmberg: how gbrain's dream cycle works most knowledge bases degrade as you dump more things in, they go stale, duplicates pile …

X AI KOLs Following · 2026-07-02 Cached

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.

0 favorites 0 likes
#embedding

Measuring Graph-to-Graph Semantic Similarity in Knowledge Graphs: An Empirical Evaluation of Knowledge Graph Embeddings

arXiv cs.AI · 2026-06-30 Cached

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.

0 favorites 0 likes
#embedding

@StartupArchive_: YouTube founder Chad Hurley explains the virality hack he learned at PayPal In February 2005, three former PayPal emplo…

X AI KOLs Following · 2026-06-29 Cached

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.

1 favorites 1 likes
#embedding

DREAM: Dense Retrieval Embeddings via Autoregressive Modeling

Hugging Face Daily Papers · 2026-06-23 Cached

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.

0 favorites 0 likes
#embedding

HAKARI-Bench: A Lightweight Benchmark for Comparing Retrieval Architectures and Efficiency Settings under Unified Conditions

Hugging Face Daily Papers · 2026-06-22 Cached

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.

0 favorites 0 likes
#embedding

EvoEmbedding: Evolvable Representations for Long-Context Retrieval and Agentic Memory

Hugging Face Daily Papers · 2026-06-19 Cached

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.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback