Understanding Vector Dimensionality
Vector dimensionality is the number of numeric values in an embedding. A 384-dimensional embedding has 384 numbers, a…
Read moreTopic
Core concepts every AI database practitioner needs.
Vector dimensionality is the number of numeric values in an embedding. A 384-dimensional embedding has 384 numbers, a…
Read moreSimilarity search is the process of finding data items that are closest in meaning, pattern, or behavior to…
Read moreThe right distance metric is usually the one your embedding model was trained or documented to use. If…
Read moreDense vectors and sparse vectors are two different ways to represent text, documents, queries, and other data for…
Read moreThe curse of dimensionality describes what happens when data is represented with many features, dimensions, or embedding coordinates:…
Read moreHigh-dimensional space is the mathematical setting where AI systems place embeddings: long lists of numbers that represent text,…
Read moreVector search and keyword search solve different retrieval problems. Vector search, also called dense retrieval, is useful when…
Read moreSemantic search is a way to retrieve information by matching the meaning of a query, not just the…
Read moreEmbeddings capture meaning by turning text, images, code, or other data into vectors: lists of numbers that place…
Read moreA vector embedding is a dense list of numbers that represents the meaning or useful features of data…
Read more