Sintra AI
Home
Live Feed
Automation Hub
Prompt Library256
AI News554
Weekly Digest
Topic Hubs
AI History
AI Labs
Research
Learning Paths
Guides
Resources
Concepts
Videos
AI Tools74
Models
Claude
Google AI
Cost Calc
Skip to content
Sintra AIConcepts
Home/Concepts/Vector Database
🗄️
Tools & AgentsPractitioner

Vector Database

A database that stores meaning, not just text — finding similar content by concept rather than keyword.

A vector database stores data as high-dimensional numerical vectors (embeddings) and enables fast similarity search — finding items that are semantically similar even if they share no keywords.

How it works:

  1. Pass text (or images, audio) through an embedding model — it outputs a list of ~1,500 numbers representing meaning
  2. Store those numbers in the vector DB alongside the original content
  3. At query time, embed the user's question, then find stored vectors with the smallest geometric distance

The result: search that understands meaning, not just string matching. "How do I cancel my subscription?" will surface relevant results even if no document uses the word "cancel."

Popular vector databases:

  • Pinecone — managed, production-grade
  • Weaviate — open-source, hybrid search
  • Qdrant — open-source, fast, Rust-based
  • pgvector — PostgreSQL extension (add vectors to your existing DB)
  • Chroma — lightweight, great for prototyping

Primary use case: The retrieval layer in RAG (Retrieval-Augmented Generation) pipelines. The vector DB finds relevant document chunks; the LLM reads those chunks and generates an answer.

In plain terms

A librarian who organizes books not by title or author, but by what they're *about* — so asking for 'something like Sapiens but more technical' returns the right shelf.

Related concepts

🗺️

Embeddings

Turning words and ideas into numbers that capture meaning.

📚

Retrieval-Augmented Generation

Giving the AI access to your documents before it answers.

🔌

API

A standardised way for software to talk to other software.

Stay current

New prompts & AI news, weekly

No noise. Curated highlights from the library.

Newsletter signup is currently disabled.

Sintra Tesseract

A curated library of AI use cases, mapped across every way to think with a machine.

Open source · Free forever

Discover

Use CasesCollectionsAI Tools DirectoryAI NewsLearning PathsResources & Links

Reference

Claude & AnthropicAI ConceptsAI HistoryAI LabsGoogle AI Tools

Elsewhere

AI Keynote ↗GitHub ↗RSS Feed ↗
© 2026 Sintra · Curated in the open.Built on the void.