Back to Glossary
ai-literacyintermediateunit-5
Vector Database
Definition
A database designed to store and search AI-friendly representations of content.
In Plain English
A vector database is like organizing a library by concepts and meaning, not just alphabetically.
Real-World Example
Vector databases power semantic search, letting users find related content even with different words.
Why It Matters for Your Work
Vector databases enable modern AI applications like semantic search and RAG systems.
Common Mistake
Using vector search for everything. Traditional databases are still better for exact lookups.
Related Terms
View Database
Database
Organized storage for application information that can be searched and updated.
View RAG
RAG
Retrieval-Augmented Generation—giving AI access to external information to improve accuracy.