embeddings

Tag

Cards List
#embeddings

Witchcraft, fast local semantic search on top of SQLite [P]

Reddit r/MachineLearning · 2026-05-18

Witchcraft is an open-source re-implementation of Stanford's XTR-Warp semantic search engine in Rust, using SQLite for fast local search. It includes Pickbrain CLI for indexing code session transcripts and equipping AI agents with global memory.

0 favorites 0 likes
#embeddings

Papr Graph

Product Hunt · 2026-05-16

Papr Graph offers graph-native vector embeddings, upgrading traditional embeddings with graph-based capabilities.

0 favorites 0 likes
#embeddings

Granite Embedding Multilingual R2: Open Apache 2.0 Multilingual Embeddings with 32K Context — Best Sub-100M Retrieval Quality

Hugging Face Blog · 2026-05-14 Cached

IBM releases Granite Embedding Multilingual R2, a family of open-source multilingual embedding models under Apache 2.0, featuring a compact 97M model that achieves best-in-class sub-100M retrieval quality and a 311M model with Matryoshka embeddings, both supporting 32K context and 200+ languages.

0 favorites 0 likes
#embeddings

Layer-wise Representation Dynamics: An Empirical Investigation Across Embedders and Base LLMs

arXiv cs.LG · 2026-05-14 Cached

This paper introduces Layer-wise Representation Dynamics (LRD), a framework with three measurement families to analyze how hidden states change across layers in language models. Applied to 31 models on 30 MTEB tasks, LRD reveals architectural differences and enables label-free model selection and inference-time layer pruning.

0 favorites 0 likes
#embeddings

Embeddings for Preferences, Not Semantics

arXiv cs.AI · 2026-05-12 Cached

This paper introduces a new embedding model designed to capture preferential similarity rather than just semantic similarity, improving preference prediction for collective decision-making systems.

0 favorites 0 likes
#embeddings

Benchmarking agent memory retrieval on LongMemEval‑S — 98% Recall@5, 100% recall by R@23, local embeddings only (all-MiniLM-L6-v2), no LLM, no API key

Reddit r/AI_Agents · 2026-05-11

The author shares benchmark results for memweave, a Python library for agent memory, achieving 98% Recall@5 on LongMemEval-S using only local embeddings without LLM calls. The post details the methodology and compares performance against mempalace, highlighting stable retrieval across different question types.

0 favorites 0 likes
#embeddings

The Proxy Presumption: From Semantic Embeddings to Valid Social Measures

arXiv cs.CL · 2026-05-11 Cached

This paper critiques the 'Proxy Presumption' in NLP, where geometric embedding properties are incorrectly equated with social constructs. It introduces the Construct Validity Protocol and Counterfactual Neutralization methods to ensure rigorous validation of social measures derived from semantic embeddings.

0 favorites 0 likes
#embeddings

ProtSent: Protein Sentence Transformers

arXiv cs.LG · 2026-05-11 Cached

This article introduces ProtSent, a contrastive fine-tuning framework for protein language models that improves embedding quality for downstream tasks like remote homology detection and structural retrieval.

0 favorites 0 likes
#embeddings

MulTaBench: Benchmarking Multimodal Tabular Learning with Text and Image

Hugging Face Daily Papers · 2026-05-11 Cached

Introduces MulTaBench, a benchmark of 40 datasets for multimodal tabular learning with text and image modalities, demonstrating that task-specific embedding tuning improves performance over frozen pretrained embeddings, particularly when modalities provide complementary predictive signals.

0 favorites 0 likes
#embeddings

@probnstat: One theorem every ML engineer should know: The Johnson–Lindenstrauss Lemma. It states that high-dimensional data can be…

X AI KOLs Following · 2026-05-09

This post highlights the Johnson–Lindenstrauss Lemma, explaining its importance for ML engineers in understanding dimensionality reduction, random projections, and embedding efficiency.

0 favorites 0 likes
#embeddings

We built and open-sourced Caliby: An embedded, high-performance vector database for AI Agents (Beats pgvector by 4x, outperforms FAISS on disk)

Reddit r/LocalLLaMA · 2026-05-09

Caliby is an open-sourced embedded vector database co-developed by Sea-Land AI and MIT's Michael Stonebraker team, offering high-performance vector retrieval (4x faster than pgvector) with HNSW, DiskANN, and IVF+PQ indexes, designed specifically for AI Agent and RAG use cases with a simple pip install.

0 favorites 0 likes
#embeddings

How AI agent memory works (28 minute read)

TLDR AI · 2026-05-07 Cached

The article provides a comprehensive technical overview of how AI agent memory works, distinguishing between working and long-term memory mechanisms, and discussing strategies for context management, embedding-based retrieval, and data lifecycle governance.

0 favorites 0 likes
#embeddings

TabEmbed: Benchmarking and Learning Generalist Embeddings for Tabular Understanding

Hugging Face Daily Papers · 2026-05-06 Cached

This paper introduces TabEmbed, a generalist embedding model for tabular data that unifies classification and retrieval tasks, along with TabBench, a new benchmark for evaluating tabular understanding.

0 favorites 0 likes
#embeddings

A bit of irony from Gemini

Reddit r/singularity · 2026-04-23

User notes irony after asking Google's Gemini to summarize a blog post about Google's new Embedding 2 announcement.

0 favorites 0 likes
#embeddings

@_philschmid: Gemini Embedding 2 now GA! One embedding model that understand text, images, video, audio, and PDFs! 5 modalities in a …

X AI KOLs Following · 2026-04-22 Cached

Google releases Gemini Embedding 2 for general availability, offering a single model that embeds text, images, video, audio, and PDFs into one unified space across 100+ languages without needing audio transcription.

0 favorites 0 likes
#embeddings

@jobergum: You know me as the BM25 guy, but embeddings are cool too. New post from the @HornetDev team just dropped. ANN tuning at…

X AI KOLs Timeline · 2026-04-22

HornetDev team published a post on tuning approximate-nearest-neighbor search at 100M scale, covering embedding bias, graph connectivity, and quantization limits.

0 favorites 0 likes
#embeddings

Making education data accessible

OpenAI Blog · 2024-03-28 Cached

Zelma, a GPT-4 powered research assistant developed by Dr. Emily Oster and her team at Brown University in partnership with Novy, makes standardized test data accessible to parents, teachers, administrators, and policymakers by allowing natural language queries about student performance across districts and demographics.

0 favorites 0 likes
#embeddings

Introducing text and code embeddings

OpenAI Blog · 2022-01-25 Cached

OpenAI introduces a new embeddings API endpoint that converts text and code into numerical vector representations for semantic search, clustering, and classification tasks. The models achieve state-of-the-art results on standard benchmarks including a 20% relative improvement in code search performance.

0 favorites 0 likes
#embeddings

Text and code embeddings by contrastive pre-training

OpenAI Blog · 2022-01-24 Cached

OpenAI presents a contrastive pre-training approach for generating high-quality text and code embeddings at scale without supervision, achieving state-of-the-art results on linear-probe classification, semantic search, and code search benchmarks.

0 favorites 0 likes
#embeddings

RAG Retrieval Deep Dive: BM25, Embeddings, and the Power of Agentic Search

YouTube AI Channels · 2026-06-27 Cached

This article provides an in-depth comparison of the advantages and disadvantages of BM25 lexical search and embedding semantic search in RAG retrieval, offers a practical framework for selecting retrieval methods based on query type and system trade-offs, and emphasizes the importance of treating RAG as a system rather than a simple component.

1 favorites 1 likes
← Previous
Next →
← Back to home

Submit Feedback