Skip to content

Building AI Memory at 10M+ Nodes: Architecture, Failures, and Lessons

blog.getcore.me
3 pointsManik_agg3 comments
On HN

Comments

How did you decide on pgvector versus a dedicated vector database? I’m curious because it didn’t sound like your architecture included Postgres before (though maybe I’m wrong about that).

Hey we already had PostgreSQL so no new infrastructure to manage, it was easy way to see if vector database change has any value. It also has good enough performance - handles 10M vectors with HNSW indexes adequately open source - leverages existing infrastructure for future migration. we've created a vector service, easy to swap later if needed

Author here. We've been building CORE (open source) for the past year. Happy to answer questions about the architecture, reification approach, or what broke at scale.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.