Learning Center

    Vector Database Glossary

    Clear definitions of the 20 most important concepts in vector search and production AI — from HNSW graphs to RAG pipelines, written for engineers who build real systems.

    AI & ML

    5 terms

    Core concepts in AI, machine learning, and retrieval-augmented generation

    Indexing

    6 terms

    Data structures and algorithms that power fast vector similarity search

    Search

    7 terms

    Techniques for high-precision, high-recall retrieval at production scale

    Recall & Precision

    Search

    The two metrics that measure how good a vector search result is: recall asks how many correct answers were found, and precision asks how many of the returned answers were actually correct.

    Read definition →

    Dense vs Sparse Vectors

    Search

    Dense vectors capture meaning across all dimensions; sparse vectors capture keyword presence in only a few dimensions. Both have strengths, and combining them produces the best search results.

    Read definition →

    Hybrid Search

    Search

    A search strategy that runs both meaning-based (semantic) search and keyword-based search at the same time, then combines the results to give more relevant answers than either approach alone.

    Read definition →

    Distance Metrics

    Search

    The three mathematical ways vector databases measure similarity between vectors: each answers a slightly different question about how "close" two vectors are.

    Read definition →

    Filtered Search

    Search

    Vector similarity search with additional hard constraints on data attributes, such as finding similar products that are also in stock, under a certain price, or belong to a specific category.

    Read definition →

    Re-ranking

    Search

    A two-step search pattern where a fast initial search narrows candidates down, then a more precise model reorders them, combining the speed of vector search with deeper relevance analysis.

    Read definition →

    Semantic Search

    Search

    Search that understands what you mean rather than just matching the words you typed, powered by AI embeddings that capture the intent behind a query.

    Read definition →

    Security & Edge

    2 terms

    Privacy-preserving and resource-constrained vector AI

    Ready to put these concepts into practice?

    Endee is the highest-throughput vector database available. Run it locally in one command.