vector-database

Tag

Cards List
#vector-database

@XAMTO_AI: Traditional vector stores save all embeddings, easily reaching hundreds of GB for millions of documents. LEANN switches to a simplified graph, computing vectors on the fly for only the nodes traversed during retrieval. In the paper and README, large-scale comparisons show about 97% savings, with recall still close to full HNSW. Suitable for searching local files, emails, browsing history, and … on your own laptop.

X AI KOLs Timeline ↗ · 2d ago Cached

LEANN is a new vector indexing method that reduces storage requirements by about 97% through graph simplification and real-time embedding computation, while maintaining retrieval recall close to full HNSW. It is suitable for use on laptops and won the Best Paper award at MLSys 2026.

0 favorites 0 likes
#vector-database

The data layer becomes harder to ignore when an agent starts acting on it

Reddit r/AI_Agents ↗ · 3d ago

James Luan, CTO of Zilliz, argues that data infrastructure becomes more critical as AI agents act on enterprise data, emphasizing the need for data quality, freshness, and proper permissions.

0 favorites 0 likes
#vector-database

@DailyDoseOfDS_: Finally, a database can generate its own embeddings now. When you add semantic search to an app, the standard step is t…

X AI KOLs Timeline ↗ · 2026-09-19 Cached

MongoDB Atlas introduces auto-embedding, enabling databases to generate and manage embeddings internally for semantic search, eliminating the need for external services and improving data synchronization.

0 favorites 0 likes
#vector-database

I posted my embedding migration project here, it got a lot of attention, so I added the features you guys said were missing [R]

Reddit r/MachineLearning ↗ · 2026-09-18

The author updated the 'embedflow' embedding migration project with new features including support for multiple vector databases, a migration planner, shadow mode, and persistent caching to make it production-ready for embedding model transitions.

0 favorites 0 likes
#vector-database

One Data and One Index Change the Agent Retrieval Boundary

Reddit r/AI_Agents ↗ · 2026-09-16

James, CTO of Zilliz, introduces Vector Lakebase and the concepts of One Data and One Index to unify data and index management for AI workloads, changing how agents retrieve information by leveraging lake-native storage.

0 favorites 0 likes
#vector-database

Agent memory turns vector search into a long-lived systems problem

Reddit r/AI_Agents ↗ · 2026-09-12

The article discusses how agent memory transforms vector search into a long-lived systems problem, emphasizing the need for scalable, reliable infrastructure beyond just search algorithms.

0 favorites 0 likes
#vector-database

Meet @memory, the agent that remembers for everyone else

Reddit r/artificial ↗ · 2026-09-09

@memory is an archiving agent in the AIPass open-source framework that manages memory for AI agents by vectorizing older entries and storing them in ChromaDB, ensuring long-term persistence and recall without data loss.

0 favorites 0 likes
#vector-database

Cosine Similarity Is Not a Safety Property (18 minute read)

TLDR AI ↗ · 2026-09-08 Cached

The article argues that cosine similarity in vector databases is a mathematical property that does not ensure factual accuracy, rendering retrieval systems susceptible to poisoning attacks where malicious documents can surpass legitimate ones in ranking.

0 favorites 0 likes
#vector-database

@weaviate_io: We stopped asking PDFs to become text before we searched them. With late-interaction multi-vector retrieval, you can em…

X AI KOLs Following ↗ · 2026-09-01 Cached

Weaviate introduces a method to search PDFs without text extraction by embedding each page as an image using late-interaction multi-vector retrieval, demonstrated on NVIDIA investor decks.

0 favorites 0 likes
#vector-database

@PrajwalTomar_: I built on a free-tier vector DB and it wiped everything after 14 days. The free tier looked perfect. Until production.…

X AI KOLs Following ↗ · 2026-09-01 Cached

The article warns about the limitations of free-tier vector databases, highlighting issues like data deletion and deployment constraints, and advises choosing based on where your AI agent runs.

0 favorites 0 likes
#vector-database

Retrieval-augmented generation solves a problem most teams don't actually have

Reddit r/artificial ↗ · 2026-08-21

The article argues that retrieval-augmented generation (RAG) is often misapplied in AI systems, where the real issue is context curation rather than retrieval. It suggests that RAG is only truly beneficial for large, frequently changing corpora.

0 favorites 0 likes
#vector-database

PostgreSQL for Everything

Hacker News Top ↗ · 2026-08-19 Cached

This article argues that PostgreSQL is a versatile database solution capable of replacing multiple specialized technologies such as search engines, message queues, and caches, thereby simplifying IT setups.

0 favorites 0 likes
#vector-database

@PrajwalTomar_: YOUR VECTOR DB ISN'T MEMORY. IT'S A GRAVEYARD. london stored cancel ignored gym still london embedding worked database …

X AI KOLs Following ↗ · 2026-08-19 Cached

The article argues that vector databases alone act as data graveyards without true memory capabilities, and describes building a local AI memory layer with contradiction detection and forgetting cycles on top of Actian VectorAI DB.

0 favorites 0 likes
#vector-database

@GitHub_Daily: Want to understand how RAG really works? Online tutorials either skip steps or directly call cloud APIs, leaving the intermediate process invisible. RAG from Scratch breaks the entire pipeline into a dozen or so small experiments, each step running with local models—no black box. From text chunking, vectorization, retrieval to final generation, the code is all right there...

X AI KOLs Timeline ↗ · 2026-08-14 Cached

Introduces the open-source project RAG from Scratch, which fully breaks down the RAG pipeline through step-by-step local code experiments, covering text chunking, vectorization, retrieval, reranking, query rewriting and other advanced strategies, helping developers understand RAG implementation from the ground up.

0 favorites 0 likes
#vector-database

@TeachTheMachine: 7 Chunking Strategies That Decide Whether Your RAG Works

X AI KOLs Timeline ↗ · 2026-08-07 Cached

An educational article from MachineLearningMastery covering seven chunking strategies for RAG pipelines, from fixed-size token chunking to advanced semantic and hierarchical approaches, with guidance on when to use each.

0 favorites 0 likes
#vector-database

@CycleDecoded: Fellow devs working on AI vector databases and RAG can save six months of detours! This viral GitHub project combines "real-time data + vector retrieval + LLM pipeline" into one — write 30 lines of Python and you've got an enterprise-grade RAG system in seconds, no need to deal with all kinds of complex...

X AI KOLs Timeline ↗ · 2026-08-01 Cached

Pathway's open-source llm-app is a framework for building enterprise-grade RAG systems. It supports real-time data sync, built-in vector retrieval, and comes with ready-made cloud templates. It has earned over 59,000 stars on GitHub.

0 favorites 0 likes
#vector-database

ScalableRAG: High-Quality RAG at Zero Ingestion Cost

arXiv cs.AI ↗ · 2026-07-29 Cached

This paper introduces ScalableRAG, a retrieval-augmented generation method that achieves high accuracy without any ingestion costs (no vector database or knowledge graph) by using regex-based set creation and aggregative reasoning. It outperforms baselines on multiple datasets and also presents a limited-ingestion variant for further accuracy improvements.

0 favorites 0 likes
#vector-database

Retrieval is Enough: Training-Free Interpretability with a Tool-Using Agent

arXiv cs.LG ↗ · 2026-07-21 Cached

HARP is a training-free interpretability method that uses an LLM agent with a vector database of activations and tools for manipulation, outperforming training-based methods on concept discovery, detection, steering, and secret elicitation.

0 favorites 0 likes
#vector-database

@PrajwalTomar_: if your AI agent keeps getting slower the longer it runs, this is probably why

X AI KOLs Following ↗ · 2026-07-20 Cached

A tweet discusses how AI agents slow down over time because their vector databases are optimized for static data, but real agents continuously add new data, causing performance degradation.

0 favorites 0 likes
#vector-database

@PrajwalTomar_: Your vector database is quietly killing your AI agent and you have no idea. Here is the trap. Everyone picks the databa…

X AI KOLs Following ↗ · 2026-07-16 Cached

A thread warns that choosing a vector database solely on speed benchmarks can be a trap for AI agents, which have constant write workloads unlike RAG's read-heavy patterns. It recommends specific databases based on use case, such as Qdrant for agent memory and pgvector for under 10M vectors on Postgres.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback