Hey everyone! This is XTrace.
#vector-database
62 items
Show HN: XTrace – Encrypted vector DB (search embeddings without exposing them) (github.com via hn) how to build a persistent memory layer like recall? (www.reddit.com) I've been testing recall 2.0 and their context layer is exactly what i want. it sits outside the chat, ingests all my github repos and web research, and then feeds the exact right context into claude when i ask a question.
Show HN: Open-source Perplexity clone one file back end, streaming answers (github.com via hn) I built an open-source research agent. You ask a question, it searches the web via Tavily, synthesizes an answer with an LLM, and shows the sources it used.
We built and open-sourced Caliby: An embedded, high-performance vector database for AI Agents (Beats pgvector by 4x, outperforms FAISS on disk) (www.reddit.com) Hi Reddit, we are a team of database researchers (including a PhD from MIT DB Group) and we just open-sourced an embedded vector database for agent/LLM applications. An embedded vector database supporting both text and vectors.
Why your AI agent’s "memory" is a data breach waiting to happen. (www.reddit.com) We are all building AI agents with "memory" right now. It is super easy to get a single-tenant agent working locally.
We selected the next vector database at Booking.com (booking.ai via hn) could not extract summary
Show HN: Remembrane – agent memory in one SQLite file, zero dependencies (github.com via hn) This is a small library for giving an agent persistent memory without running any infrastructure. The whole store is one SQLite file, and the default install has no dependencies.
Show HN: Local-first CLI to make Obsidian vaults searchable for AI agents (github.com via hn) NoteBrain CLI A Go CLI tool that turns your Obsidian vault into a fully offline knowledge backend for AI coding agents. NoteBrain indexes markdown notes into a local ChromaDB vector database and exposes semantic search, wikilink graph trav…
how do you design an ai agent to handle heavy data processing and large files? (www.reddit.com) looking for architectural patterns on handling data gravity in production agent pipelines. every tutorial I've found assumes light text payloads or short tool-calling loops, but once your agents have to actually interact with massive sourc…
Open-source CLI that turns a folder of docs into a queryable wiki — no vector DB, no chunking (www.reddit.com) Been looking for a self-hostable way to maintain a personal knowledge base from research docs without the complexity of setting up a vector database, writing chunking logic, and babysitting embeddings. Ran into OpenKB this week and it's cl…
MiniVecDb – A 50KB, 1-bit quantized vector database for the browser (github.com via hn) MicroVecDB 50 KB · 0 runtime dependencies · 32× less RAM than pgvector · runs entirely in the browser A vector database compiled from Rust to WebAssembly. It stores embeddings with 1-bit quantisation, indexes them with HNSW, and searches i…
Updating a vector database is no simple thing (softwaredoug.com via hn) Let’s talk about the soft spots of vector search. Where might everything fall apart when you put a solution into production?
Show HN: Weavit UI – A Weaviate GUI for macOS, Windows and Linux (github.com via hn) Weavit UI is a free, open-source Weaviate GUI: a cross-platform desktop client for the Weaviate vector database. Browse collections, view/edit/delete/insert objects, inspect named vectors, and run vector, keyword (BM25), and hybrid searche…
OKF Isn't Replacing the Vector Database. It's Freeing It (medium.com via hn) could not extract summary
I removed the vector database from my AI agent stack (github.com via hn) Website · Docs · Discord · Blog Moss is a sub-10 ms semantic search runtime built for Conversational AI agents. Hybrid retrieval (semantic + Keyword Search), built-in embeddings, metadata filtering, and a WebAssembly build that runs in the…
A new evolution of Vector Database, add to your toolkit (github.com via hn) TensorTree TensorTree is a developer-friendly approach to semantic memory built on top of SOP’s KnowledgeBase architecture. Repository layout docs/architecture.md — high-level architecture notes src/examples/clikbdemo/ — the single runnabl…
Lessons We Learned Building a RAG Assistant Without a Separate Vector Database (blog.devgenius.io via hn) How we used StarRocks, Gemini, and tool-based retrieval to power grounded Q&A in a developer community Slack. 9 min read 7 hours ago Author:Billy Chang, Software Engineer at Phoenix AI Press enter or click to view image in full size StarRo…
Open Source Agent, Harness-1, Outperforms GPT-5.4 on Recall (venturebeat.com via hn) A joint research collaboration between researchers at the University of Illinois at Urbana-Champaign (UIUC), UC Berkeley, and the open source AI-native vector database platform Chroma unveiled Harness-1, a 20-billion parameter open-source…
The Self-Healing Vector Database (www.reddit.com) A pattern I keep seeing in agentic RAG systems: The agent is smarter than the retrieval layer. It can notice that context is stale.
How does a Claude Code agent navigate hundreds of skills in a second? (www.reddit.com) I asked my agent: "do an SEO audit on my Shopify store." It searched its skill library, 686 skills sitting in a vector database, in under a second and returned its top candidates. Five of the top seven were exactly what you'd want: seo-con…
Show HN: Vecdb – local-first hybrid vector database in Rust (HNSW and BM25) (github.com via hn) vecdb Open source, production-grade vector database written in Rust. What is vecdb?
AionDB: PostgreSQL-compatible SQL, graph, and vector database in Rust (aiondb.xyz via hn) PostgreSQL wire / ORM-compatible / SQL + graph + vector AionDB PostgreSQL tooling for applications that need relational records, graph relationships, and vector search in one Rust engine. MATCH (u:User {tenant_id: 100})-[:WROTE]->(d:Docume…
Show HN: I built a search engine for llms.txt sites (statespace.com via hn) More and more developer tools are adopting the llms.txt standard to build AI-friendly versions of their docs. The problem is that it's very hard to search across them.
↯ Mistral↯ Function Callingfunction-callingvector-databasemistral+1
FerresDB is now open-source – A high-performance vector database (github.com via hn) FerresDB Core High-performance vector search engine written in Rust, designed for semantic search, RAG (Retrieval-Augmented Generation) and recommendation systems. Overview FerresDB Core is a Rust vector search engine for semantic search,…
RAG isn’t for conversation transcripts (www.reddit.com) Documents are authored, bounded, and self-contained. They carry their own semantic links and can be represented as a wiki or cleanly split into overlapping chunks.
Is anyone else using Cursor to build local VRAM/RAG architectures instead of just wrapper apps? Here is my 8-month deep dive. (www.reddit.com) I'm completely lost in the Agentic Maze. What level to learn. how to organize stydu (www.reddit.com) LogosDB: Fast Semantic Vector Database (github.com via hn) LogosDB is a fast semantic vector database written in C/C++ that provides approximate nearest-neighbor search over embedding vectors with associated text metadata. Authors: Jose (@jose-compu) Features Vectors and metadata are stored as fla…
Building an Integrated Vector Database System in PostgreSQL (arxiv.org via hn) This paper presents PostgreSQL-V 2.0, a scalable integrated vector database system inside PostgreSQL. Existing PostgreSQL-based vector search systems such as pgvector embed vector indexes into PostgreSQL's page-oriented storage engine, inc…
Show HN: ChronoVec, a versioned vector database for data that changes (github.com via hn) Vector memory for data that changes Documentation · Getting Started · API Reference · Architecture · Examples Most vector libraries optimize for a static corpus. Real systems do not stay still: agents write memories continuously, documents…
Show HN: Application Signal – AI That Evaluates Your YC Startup Idea (ycreport.rxlab.app via hn) Application Signal is a platform that collects every YC-backed startup from 2020 to 2026, embeds them into a vector database, and visualizes them on an interactive map. It also provide an AI-powered analysis service.
Spark 4.2 has a feature that could retire your vector database (thenewstack.io via hn) Spark 4.2 has a feature that could retire your vector database Apache Spark 4.2 launched last week, and it signals an expansion of Spark’s decade-plus role at the center of enterprise data processing With new features for AI workloads, inc…
Bitemporal provenance in agent memory: What did we believe, when, and why (news.ycombinator.com) CozoDB, a transactional relational-graph-vector database with embedded Datalog in Rust, went dormant in December 2024. We hard-forked it as MnesticDB (not official CozoDB), under an MPL-2.0 license, to continue Ziyang Hu and the Cozo Proje…
Forked CozoDB to give agents cognitive primitives (news.ycombinator.com) CozoDB is an embedded relational-graph-vector database created by Ziyang Hu and the Cozo Project authors. It does Datalog, vector search (HNSW), and full-text search in a single embedded engine and was created with the vision to be the “Hi…
Skeg: A vector database that gives the RAM back to your model (github.com via hn) skeg Vector database and context layer for AI agents. Multi-tenant, RAM-frugal.
Agentic Architecture. (www.reddit.com) I am looking to develop an agentic Environment for my company, we use databricks azure for infrastructure and vs code as the editor. My idea is to have a system that will have access to our documentation/business logic, our code and unity…
How I wired a Graph DB on top of my vector store to scale 1K agents for 2 months, because vector search alone fails when user preferences change over time. (www.reddit.com) Most agentic memory patterns are naturally designed around short-lived chat sessions. The focus there is straightforward: track the active thread, keep a basic user profile, and reset the context once the conversation closes.
Simultaneous search by vector database and rating (www.reddit.com) I have a travel AI service. It has a database of 1M+ tourist objects.
Memory and Continuity Solution (www.reddit.com) If you need a simple - low cost solution to keeping your ai consistent and need solutions for memory or continuity here is the offer. The simplest persistent memory system for AI agents and companions.
From Vector Database to Vector Lakebase (zilliz.com via hn) From Vector Database to Vector Lakebase Today, we're launching the public preview of Zilliz Vector Lakebase — the next chapter for Zilliz Cloud. Vector Lakebase is the next step beyond vector databases.
Show HN: Query years of Ask HN and Show HN discussions as a knowledge graph (github.com via hn) I built lightrag-snkv, Basically it uses lightRAG https://github.com/HKUDS/LightRAG ,this requires various storage databases like key value store, graph database, vector database, I built single embedded file based database which covers al…
LangGraph and Cosmos DB: one back end for agents, memory, and RAG (devblogs.microsoft.com via hn) Build AI Agents and RAG Applications with the New LangChain + LangGraph Connector for Azure Cosmos DB Building AI agents and RAG applications today means stitching together half a dozen services, a vector database, a chat history store, a…
I almost shipped OpenAI embeddings until an MTEB rank #130 model beat them by 11% (www.reddit.com) I just interviewed Michael Maximilien, former CTO at IBM and Chairperson of NodeJS Foundation, who spent a year shipping production RAG to multiple customers. His lesson was uncomfortable.
anyone else trying to pipe their own data into claude via mcp? (www.reddit.com) I'm trying to build a reliable local RAG setup for claude and it is just exhausting. I want claude to have access to my github repos and past project docs without me copy-pasting everything into the window every morning.
Five Components of Agent Memory, Implemented in Plain Markdown (www.reddit.com) An agent memory system, to actually be useful, has to do five things: persist information across sessions, give it structure, support retrieval, allow writeback, and handle forgetting. Most current implementations cover two or three of the…
I almost built RAG for my notes, then realized I didn't have a retrieval problem at all (www.reddit.com) My notes live in Obsidian. My reading and highlights live in Readwise.
Show HN: Covalence – Cross-Client Memory for Claude, Cursor, and MCP (macOS) (covalence.app via hn) I use Claude Desktop, Claude Code, and Cursor daily. They all have memory now, but none of them share it.
When three models all claim SOTA, how do I pick for a local agent stack (www.reddit.com via reddit) I personally stopped reading the launch table once GLM-5, MiniMax M2.5, and Gemini 3 Deep Think dropped in two days and all claimed the same coding, reasoning, and agent wins. They optimize different constraints.
Researching AI memory and document ingestion systems (www.reddit.com via reddit) Hey r/ClaudeAI! Over the past three months I've been working on a local-first, single-binary document ingestion and memory tool for Retrieval-Augmented Generation.
Cross-Attention Calibrated Deduplication for Retrieval-Augmented Generation System (arxiv.org) Common chunking strategies in Retrieval-Augmented Generation (RAG) systems often create redundant chunks. These redundant chunks make the vector database bigger and slow down retrieval.
Does Claude Desktop support local ChromaDB without MCP? (www.reddit.com via reddit) I have a local ChromaDB built from my documents and use the Claude Desktop app (not the API). Before I build an MCP server, I want to confirm whether Claude Desktop can query a local vector database directly, or if MCP is currently the onl…
Built a memory system that knows when a fact stopped being true (www.reddit.com via reddit) I've been experimenting with "AI memory" for coding agents, and I kept running into the same limitation: Most memory systems remember text, not facts. A vector store can usually retrieve "Marco leads Solaris" because it's semantically simi…
I used scheduled Claude routines to build a system that improves its own pipeline (www.reddit.com via reddit) I moved all the judgment in my automated pipeline to scheduled Claude routines: what to work on, producing the work, and scoring it against a rubric before anything ships. Everything deterministic stays plain Python on a scheduler.
VocaDet: Sample-Driven Open-Vocabulary Object Detection and Segmentation via Visual Tokenization and Vector Database Retrieval (arxiv.org) Open-vocabulary object detection and segmentation aim to recognize arbitrary objects beyond predefined categories. Although recent vision-language and reference-based approaches have significantly advanced this field, they often rely on te…
Why AI memory benchmarks are broken (www.reddit.com via reddit) Every AI memory framework uses the exact same evaluation playbook right now: "Did the right memory come back?" We test recall, precision, and needle-in-a-haystack scores. If the vector database pulls the exact matching historical document…
HyphaeDB: A Living Knowledge Topology for Agent-First Memory (arxiv.org) Every existing vector database and agent memory framework treats memory as passive storage that agents query explicitly. No system propagates knowledge between agents through the memory layer itself.
A clean breakdown of RAG vs MCP architectures for AI Agents (www.reddit.com via reddit) Hey everyone, There is still a lot of confusion around how Retrieval-Augmented Generation (RAG) and the Model Context Protocol (MCP) fit together—specifically when a project actually warrants the engineering complexity of an agent framewor…
↯ Model Context Protocolvector-databasemodel-context-protocolrag+1
Cognitor: open-source semantic search engine. Automatically chunks, embeds and indexes the content of a target folder, making it searchable semantically. (www.reddit.com via reddit) https://github.com/tanaos/cognitor Cognitor is an open-source semantic search engine and vector database which automatically chunks, embeds and indexes the entire content of a target folder (and its subfolders), making it easily searchable…
Better to obsess over an Agent Wiki than complex Agent frameworks (www.reddit.com via reddit) It is exhausting to see agent frameworks dropping every week that feels incomplete. you build a custom setup today and someone suggests a better one tomorrow.
I built a RAG system for the first time. Here's what nobody told me would be the hard part (www.reddit.com via reddit) Had been reading about RAG for months before I actually built one. Every explanation made it sound straightforward.
mnemo - a local semantic memory for Claude Code (early stage, looking for testers and contributors) (www.reddit.com) Most "AI memory" tools make the vector database the source of truth. Which means your knowledge is opaque, hard to inspect, and one corruption away from being gone.
Up-to-date docs for Cursor, without the bloat, across the whole web (www.reddit.com) LLMs are trained on a snapshot of the web: APIs change, libraries update, and models confidently generate code that no longer works. The problem gets worse with newer or more niche devtools.