What is Vector Database?
A database designed to store and quickly search through embeddings, which represent data as lists of numbers.
Why It Matters
Vector databases power semantic search and AI applications that need to find similar content quickly.
Real-World Example
Storing product descriptions as vectors so customers can search by meaning rather than exact keywords.
“Understanding terms like Vector Database matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”
Related Terms
Embeddings
A way of representing words, sentences, or other data as lists of numbers that capture their meaning.
Semantic Search
Search that understands the meaning behind your query rather than just matching exact words.
Retrieval-Augmented Generation (RAG)
A technique where an AI model retrieves relevant information from a knowledge base before generating a response.
Database
An organised collection of data that your application can store, retrieve, and update
Learn More at buildDay Melbourne
Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.
Related Terms
Database
An organised collection of data that your application can store, retrieve, and update
Embeddings
A way of representing words, sentences, or other data as lists of numbers that capture their meaning.
Retrieval-Augmented Generation (RAG)
A technique where an AI model retrieves relevant information from a knowledge base before generating a response.
Semantic Search
Search that understands the meaning behind your query rather than just matching exact words.
Large Language Model (LLM)
An AI system trained on massive amounts of text that can understand and generate human language.
Transformer
A type of AI architecture that processes text by paying attention to relationships between all words at once, rather...