vector-search

Tag

Cards List
#vector-search

I benchmarked classic vector RAG vs Google's new OKF format vs both combined — same corpus, same 7 questions, all local (Ollama + ChromaDB)

Reddit r/LocalLLaMA · 2026-08-03

The author benchmarks classic vector RAG against Google's new Open Knowledge Format (OKF) and a hybrid approach using a local stack (Ollama, ChromaDB), finding hybrid retrieval answers more questions correctly but at higher token cost, while highlighting specific failure modes.

0 favorites 0 likes
#vector-search

@lateinteraction: it can never be too late for some late interaction - so cool @sirupsen @turbopuffer !

X AI KOLs Timeline · 2026-07-30 Cached

Turbopuffer announces beta support for late interaction, enabling models like ColBERT to represent text as token-level vectors, combining a fast single-vector ANN first pass with exact late interaction reranking to improve recall.

0 favorites 0 likes
#vector-search

@alibaba_cloud: Root-Cause a "Wrong AI Answer" in 60 Seconds? With OBI, you can pinpoint the root cause in under a minute—without chang…

X AI KOLs Timeline · 2026-07-29 Cached

Alibaba Cloud's OBI tool enables root-causing wrong AI answers in under 60 seconds without code changes by capturing the full AI execution path at the kernel layer.

0 favorites 0 likes
#vector-search

@shivam74689: Day 62 — Becoming AI Engineer Today I started building an Enterprise Knowledge Graph Agentic RAG system and realized th…

X AI KOLs Timeline · 2026-07-28 Cached

The author describes their journey building an Enterprise Knowledge Graph Agentic RAG system, combining semantic retrieval, BM25 lexical search, and knowledge graph traversal, emphasizing that production AI requires multiple retrieval strategies.

0 favorites 0 likes
#vector-search

@DataScienceDojo: The retrieval step in a RAG system is only as good as the chunks feeding it — and most teams don't think carefully abou…

X AI KOLs Timeline · 2026-07-27 Cached

This article discusses five chunking strategies for RAG systems, highlighting the tradeoffs between retrieval precision and reasoning context, and emphasizing that proper chunking is crucial for effective retrieval.

0 favorites 0 likes
#vector-search

@freeCodeCamp: RAG systems can miss relevant documents when a user’s question is worded differently from the answer. In this guide, @S…

X AI KOLs Timeline · 2026-07-24 Cached

This guide explains HyDE (Hypothetical Document Embeddings), a technique that improves RAG retrieval by generating and embedding a hypothetical answer before searching the knowledge base, and provides a Python implementation with production guardrails.

0 favorites 0 likes
#vector-search

Two years of vector search at Notion: 10x scale, 1/10th cost

Lobsters Hottest · 2026-07-22 Cached

Notion shares how it scaled its vector search infrastructure by 10x while reducing costs by 90% over two years, detailing their architecture evolution from launch to handling millions of workspaces.

0 favorites 0 likes
#vector-search

Slater – Low-memory graphdb designed for read-heavy graphs

Hacker News Top · 2026-07-21 Cached

Slater is a low-memory graph database for read-heavy workloads that serves large graphs from disk using a fixed cache budget, enabling query of hundreds of millions of nodes and billions of edges from just a few hundred MB of RAM, with standard Bolt protocol compatibility and live writes.

0 favorites 0 likes
#vector-search

@GergelyOrosz: Ever wondered why the founder of @turbopuffer (that is @Sirupsen) was up to 12-16 years ago, when he was getting starte…

X AI KOLs Following · 2026-07-21 Cached

A tweet by Gergely Orosz highlights that Simon Eskildsen, founder of turbopuffer, kept a blog from 2010–2014, and shares a comprehensive list of recent talks and podcasts about turbopuffer and vector search.

0 favorites 0 likes
#vector-search

@thesupermanmx: SAM ALTMAN HAS LOST IT. Google just shrunk 31GB of AI memory down to 4GB. They open-sourced a vector index that fits 10…

X AI KOLs Timeline · 2026-07-15 Cached

Google open-sourced a vector index that compresses 31GB of AI memory to 4GB, fitting 10 million documents and searching faster than FAISS, with zero training or GPU required.

0 favorites 0 likes
#vector-search

@pauliusztin_: I researched how Cognee, Graphiti and agent-memory (by Neo4j) built their agent-memory solutions and compiled the whole…

X AI KOLs Timeline · 2026-07-15 Cached

A summary of research comparing agent-memory solutions from Cognee, Graphiti, and Neo4j, which all use knowledge graphs and vector search with LLM-based data extraction.

0 favorites 0 likes
#vector-search

Why we're moving off Cloudflare Durable Objects

Hacker News Top · 2026-07-09 Cached

Wire, a platform for AI agent context containers, is migrating from Cloudflare Durable Objects to a custom runtime on Fly Machines due to structural limits: vector index separation, compute-data colocation, placement flexibility, and lack of self-hosting. The new architecture improves latency and enables dedicated capacity.

0 favorites 0 likes
#vector-search

@gortron: S3 is the perfect place to store data, until you try to search it. Two months ago I launched Firn: open source vector +…

X AI KOLs Timeline · 2026-07-06 Cached

Firn is an open-source, multi-tenant vector and full-text search engine backed by object storage like AWS S3, providing a tiered storage architecture with RAM and NVMe caching for performance. It achieves sub-second cold queries with IVF_PQ indexes and microsecond warm hits via result caching.

0 favorites 0 likes
#vector-search

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
#vector-search

Mongo with vector search performance

Reddit r/LocalLLaMA · 2026-07-03

The article discusses the performance of MongoDB's vector search capabilities, likely comparing it to other solutions or highlighting improvements for AI workloads.

0 favorites 0 likes
#vector-search

14× faster embeddings: how we rebuilt the ONNX path in Manticore

Hacker News Top · 2026-07-03 Cached

Manticore Search 27.1.5 introduces a new ONNX Runtime backend for embeddings that achieves ~14x faster performance than the previous SentenceTransformers/Candle path, with throughput ranging from 70-230 docs/sec compared to 5-11 docs/sec, and no API changes required.

0 favorites 0 likes
#vector-search

Faster KNN search in Manticore: 2-pass HNSW, batched distances, and AVX-512

Hacker News Top · 2026-06-26 Cached

Manticore's KNN search gets up to 29% faster with 2-pass HNSW, batched distances, compile-time distance specialization, and AVX-512 support.

0 favorites 0 likes
#vector-search

NVIDIA and AWS Collaborate to Bring AI to Production at Scale

NVIDIA Blog · 2026-06-24 Cached

NVIDIA and AWS announce new EC2 G7 instances with NVIDIA RTX PRO 4500 Blackwell GPUs and GPU-accelerated vector search in Amazon OpenSearch Serverless, enabling enterprises to deploy AI at production scale with improved performance and reduced operational complexity.

0 favorites 0 likes
#vector-search

Fluree DB (GitHub Repo)

TLDR AI · 2026-06-24 Cached

Fluree DB is an open-source, temporal graph database with git-like branching, integrated vector/text/geo search, fine-grained access control, and support for SPARQL, JSON-LD, and Open Cypher. It is optimized for AI agent memory and achieves high performance on billion-scale graphs.

0 favorites 0 likes
#vector-search

@RuiTheBaker: just witnessed how mixedbread turned my bucket into a late-interaction database.

X AI KOLs Following · 2026-06-23 Cached

Mixedbread announces that users can now bring their own cloud bucket, enabling zero-retention indexing and search with late-interaction models.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback