embeddings

Tag

Cards List
#embeddings

I built an open-source persistent memory layer for AI coding agents

Reddit r/AI_Agents · 2026-06-09

An open-source persistent memory layer for AI coding agents that stores and retrieves project decisions and context using Postgres and pgvector, aiming to reduce context window size and improve agent consistency.

0 favorites 0 likes
#embeddings

Local semantic memory search for OpenClaw agents using Harrier embeddings

Reddit r/openclaw · 2026-06-06

This article presents a practical method to equip OpenClaw agents with local semantic memory search using Microsoft's Harrier embedding model, enabling efficient retrieval of relevant text chunks without external services.

0 favorites 0 likes
#embeddings

Beyond tokens: a unified framework for latent communication in LLM-based multi-agent systems

arXiv cs.CL · 2026-06-05 Cached

This paper presents a unified framework for latent communication in LLM-based multi-agent systems, categorizing methods by what information is communicated, sender-receiver alignment, and fusion technique, and reviews eighteen representative methods from 2024-2026.

0 favorites 0 likes
#embeddings

Inside FAISS: Billion-Scale Similarity Search

Hacker News Top · 2026-06-04 Cached

Educational article explaining FAISS, a library for billion-scale similarity search, covering vector embeddings, nearest neighbor search, and techniques like IVF and Product Quantization for efficient retrieval.

0 favorites 0 likes
#embeddings

SEA-Embedding: Open and Reproducible Text Embeddings for Southeast Asia

arXiv cs.CL · 2026-06-03 Cached

SEA-Embedding presents a fully open and reproducible text embedding pipeline for Southeast Asian languages, trained solely on public data, achieving state-of-the-art results on the SEA-BED benchmark.

0 favorites 0 likes
#embeddings

@mixedbreadai: By now, everyone knows that single-vector embedding models are hugely limiting for modern workflows. But they contain t…

X AI KOLs Following · 2026-06-02 Cached

Single-vector embedding models can be used to extract sparse latent terms, and BM25 can turn this vocabulary into a strong retriever.

0 favorites 0 likes
#embeddings

Text-to-Image Models Need Less from Text Encoders Than You Think

Hugging Face Daily Papers · 2026-06-02 Cached

This paper demonstrates that text-to-image diffusion transformer models primarily rely on token merging and word order from text encoders rather than full contextual embeddings, suggesting that the image model itself decodes complex linguistic structures.

0 favorites 0 likes
#embeddings

spent way too long debugging RAG before realizing the chunking was the problem the whole time

Reddit r/ArtificialInteligence · 2026-06-01

A developer recounts debugging RAG systems, discovering that fixed-size chunking breaks sentence boundaries, vector search fails for exact identifiers (solved with BM25), and stale indexes cause confident wrong answers.

0 favorites 0 likes
#embeddings

Generalistic or Specific Embeddings, Which is Better? An Empirical Study on Search for Clinical Coding in Non-English Languages

arXiv cs.CL · 2026-06-01 Cached

This paper investigates whether compact, task-specific bi-encoders fine-tuned on synthetic data from large language models can outperform general-purpose embeddings for clinical code retrieval in non-English languages, achieving state-of-the-art results on Spanish benchmarks CodiESP and DISTEMIST.

0 favorites 0 likes
#embeddings

Do AI coding tools actually solve the structured enterprise context problem or do they just demo well on clean repos

Reddit r/ArtificialInteligence · 2026-05-31

Analyzes the overlooked issue of stale embeddings in AI coding tools at enterprise scale, where clean demo environments hide the problem of repository graph drift and technical debt accumulation.

0 favorites 0 likes
#embeddings

@josefchen: Launching our new paper on arXiv: we trained the largest multilingual food model ever built. 4.1M recipes. 7 languages.…

X AI KOLs Timeline · 2026-05-26 Cached

New arXiv paper announces the largest multilingual food model, trained on 4.1M recipes across 7 languages with 1,790 ingredients, compressed into 2MB.

0 favorites 0 likes
#embeddings

Discovering Lexical Gaps Using Embeddings from Multilingual LLMs

arXiv cs.CL · 2026-05-26 Cached

This paper proposes a data-driven framework using embeddings from multilingual LLMs to detect lexical gaps between languages, achieving high accuracy in Korean-English pairs.

0 favorites 0 likes
#embeddings

Embeddings for NVIDIA's Nemotron Personas

Reddit r/LocalLLaMA · 2026-05-23

Precomputed embedding vectors for the Nemotron-Personas dataset using Qwen 0.6B, enabling semantic search and clustering of synthetic personas via a web demo.

0 favorites 0 likes
#embeddings

@Tabbu_ai: https://x.com/Tabbu_ai/status/2058145123444347339

X AI KOLs Timeline · 2026-05-23 Cached

An educational thread explaining 11 key lessons for understanding and building LLM architectures from scratch, covering tokens, embeddings, attention, positional encoding, data quality, and common misconceptions.

0 favorites 0 likes
#embeddings

Tested chunking + embeddings data from 3 production websites. [P]

Reddit r/MachineLearning · 2026-05-23

Tested chunking and embeddings across three production websites for RAG retrieval, finding that a yield score (ratio of high/medium chunks) predicts corpus quality and reranking effectiveness.

0 favorites 0 likes
#embeddings

Most AI memory systems are append-only by accident, not by design. And it shows.

Reddit r/AI_Agents · 2026-05-22

This article critiques AI memory systems for being append-only by default, leading to conflicting signals and poor knowledge management over time, questioning if anyone is addressing this beyond relying on better embeddings.

0 favorites 0 likes
#embeddings

High Quality Embeddings for Horn Logic Reasoning

arXiv cs.AI · 2026-05-22 Cached

This paper introduces novel methods for generating high-quality embeddings for Horn logic reasoning using triplet loss, including techniques for balanced training example generation and hard example emphasis, which improve the efficiency of downstream logical reasoning.

0 favorites 0 likes
#embeddings

@garrytan: GBrain now can use the embeddings to find you contrarian ideas using 'brainstorm' and 'brainstorm with lsd mode (latera…

X AI KOLs Following · 2026-05-20 Cached

Researchers at OpenCollider demonstrated that context engineering techniques can boost originality, and now GBrain uses embeddings to help users find contrarian ideas with its 'brainstorm' and 'brainstorm with lsd mode' features.

0 favorites 0 likes
#embeddings

Automated Big Data Quality Assessment using Knowledge Graph Embeddings

arXiv cs.LG · 2026-05-20

This paper introduces a knowledge-based approach using knowledge graph embeddings to automatically assess big data quality by predicting missing edges between context representations and quality rules, outperforming traditional matching methods.

0 favorites 0 likes
#embeddings

Your AI memory's trust scores are a foreign key to an embedding model that might not exist in six months.

Reddit r/AI_Agents · 2026-05-19

A critical observation about AI memory systems: trust scores tied to embedding models break when the model is swapped, and recalibration becomes meaningless because the embeddings change. The author questions whether anyone has solved this without rebuilding trust logic.

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

Submit Feedback