Back to glossary

AI GLOSSARY

Vector Search

Natural Language Processing (NLP)

A search method that finds the most similar items to a query by comparing their vector representations in a high-dimensional space. Vector search is the engine behind semantic search and retrieval-augmented generation systems, enabling fast and accurate similarity lookups across millions of embeddings using specialized data structures like vector indexes.