NEW: English for Tech Bundle → Save 40%
Your progress

Loading your progress…

Home
Technical Vocabularynoun · /ˈvek.tər ˈdeɪ.tə.beɪs/

vector database

In simple English

Vector databases have become essential infrastructure in modern AI applications. Unlike traditional relational databases that organize data in rows and columns, vector databases store data as dense numerical vectors (embeddings) that represent semantic meaning. This allows systems to perform similarity searches, find semantically related content, and power recommendation engines and large language model (LLM) applications. In tech companies, vector databases are typically used for embedding storage, semantic search, retrieval-augmented generation (RAG) systems, and powering AI features like chatbots and personalized recommendations. Common examples include Pinecone, Weaviate, Milvus, and Qdrant. Engineers working with LLMs, machine learning models, or AI applications regularly interact with vector databases as part of their architecture.

Understand what vector databases are, how they work, and when to use them in AI and machine learning applications.

At a glanceCEFR C1
Commonness4/5
Versatility4/5
FormalityCasualFormalFormal
Spoken ↔ WrittenSpokenWrittenBoth
Directness ↔ DiplomaticDirectDiplomaticDirect
RegionUS and UK
New app · Free lessons

Speak up in meetings. Feel confident.

Standup vocabulary, native examples, and quick practice — 100+ free lessons

Start learning freeNo card needed · Google or email

Say it like this

We indexed all customer embeddings in the vector database yesterday.
Let us query the vector database for semantic similarity matches.
The vector database gave us sub-millisecond latency on similarity searches.

Real examples

in a standup

"We migrated our embedding storage to a vector database to improve search performance on our recommendation feature."

in a code review

"Make sure you are using the correct distance metric when querying the vector database, or your similarity results will be inaccurate."

in a team meeting

"Our RAG pipeline depends on a vector database to retrieve relevant context documents for the language model."

Don't say this

Handle with care. Often confused with traditional relational databases; vector databases are specialized for storing and querying numerical vector embeddings, not tabular data.

We stored the user data in a vector database.
We stored the user embeddings in a vector database.Vector databases are for vectors and embeddings, not raw structured data. Use them for embedding storage, not general-purpose data storage.
The vector database returned the exact match we needed.
The vector database returned the most similar match based on cosine distance.Vector databases perform similarity search, not exact matching. They find semantically close results, not identical records.
We are using the vector database as our primary database.
We are using the vector database alongside our primary database for semantic search.Vector databases are specialized tools for similarity search, typically used alongside relational or NoSQL databases, not as replacements.

Other forms

noun

vector database

"The vector database stores millions of embeddings efficiently."

noun

vector databases

"Most modern AI applications use vector databases for semantic search."

adjective

vector-database

"Our vector-database infrastructure supports real-time similarity queries."

Often used with

query a vector databaseUsed when searching or retrieving data from a vector database
index embeddings in a vector databaseAdding and storing embeddings in a vector database for later retrieval
vector database latencyReferring to response time performance of vector database queries
vector database similarity searchFinding semantically similar results using vector distance metrics
scale a vector databaseIncreasing capacity and performance of a vector database system

Similar words

embedding databaseEmphasizes the storage of embeddings specifically; more specific than vector database
similarity search engineFocuses on the search capability rather than the database aspect
semantic search indexHighlights semantic understanding but is narrower in scope than vector databases

Opposites

relational databasetraditional databaseSQL database

Practice

Try it

4 quick exercises

Complete the sentence

1. We store all customer embeddings in a _______ to enable fast semantic similarity searches.

Spot the mistake

2. Which sentence uses vector database incorrectly?

Pick the most natural phrasing

3. You want to explain why you chose this technology for semantic search. Which sounds most professional?

Rewrite naturally

4. Rewrite this in natural tech English: 'We need to put the embeddings in a special database that can find similar things quickly.'

Questions

Quick poll

Have you said "vector database" in a standup this week?

Want more structured practice like this? Our English for Programmers course covers real workplace English in depth.

Your badges