Vector search is a retrieval technique that finds items in a dataset by comparing their high-dimensional vector representations, called embeddings, based on a similarity metric like cosine similarity or Euclidean distance. Unlike keyword matching, it captures semantic meaning, allowing an agent to find conceptually related memories even without exact word matches. This is fundamental to semantic search and Retrieval-Augmented Generation (RAG) architectures.
