Page 1 of 8~104 min topic

Vector databases explained

Build the mental model

A vector DB stores embeddings with IDs/metadata and returns approximate nearest neighbors under filters—it is not a source of truth.

~13 min this pageHook and intuition

1Try it yourself

Playground

Vector database shelf

Store embeddings, then query by meaning — not just exact keywords.

FAQ: refundsVector: [billing policy annual]
Store hoursVector: [open close weekend]
Cookie recipeVector: [bake oven minutes]
Guest Wi‑FiVector: [password lobby network]

2Learn the idea

Read

Analogy for this concept only

Think of a warehouse that shelves crates by geometric location and stamps tenant tags on each crate. Use the analogy to name the moving parts for vector databases, then drop it when you need numbers. For the multi-tenant product catalog search, the enduring idea is not a vendor feature name; it is the decision vector databases changes and the evidence that decision leaves behind.

A vector DB stores embeddings with IDs/metadata and returns approximate nearest neighbors under filters—it is not a source of truth.

Beginners often blur neighboring ideas when discussing vector databases. Keep it distinct by asking what artifact would still exist if model weights were frozen and only this layer changed on the multi-tenant product catalog search. If you cannot name that artifact, you are still describing “the AI” in general.

Read

Make it operational

When you explain vector databases to a new teammate on the multi-tenant product catalog search, forbid the sentence “the AI just knows.” Replace it with the artifact that moves and the evidence you would file for vector databases. If they can falsify your picture with a single counterexample from last week’s traffic on the multi-tenant product catalog search, your mental model is working.

Also pin one numeric memory from this vector databases chapter: for normalized vectors a and b, cosine similarity is a·b; vectors [1,0] and [0.8,0.6] have similarity 0.8 because both have length 1 That number is not decoration; it is a template for how claims about vector databases on the multi-tenant product catalog search should look in design docs. Scoped specifically to vector databases / multi-tenant product catalog search / mental-model.

Read

Common mix-ups

People confuse vector databases with neighboring buzzwords when debugging the multi-tenant product catalog search. Before changing prompts, ask whether the broken stage was evidence gathering, the vector databases judgment itself, validation, or the product action. Fixing the wrong stage creates folklore (“we tried vector databases and it failed”) that blocks the next team on the multi-tenant product catalog search. Scoped specifically to vector databases / multi-tenant product catalog search / mental-model.

Go deeper

Before you start

Why this matters

Spend two minutes on the multi-tenant product catalog search. If vector databases disappeared tomorrow, what breaks first for the user, and what evidence would prove it was working? Write that before you read the analogy.

In the wild

See how this idea shows up as a product and a company — then come back to the lesson. Skills transfer across vendors.

Check your understanding

Page assessment

Answer from memory. Completion is saved from this evidence, not from opening the next page.

1. What is one idea from this page you would apply, and what evidence would you check?

All responses are required.