Slide 5
Slide 5 text
What is Vector Search?
It is a method of searching for similar vectors from indexed vectors by expressing the
similarity of unstructured data such as images and sounds in a vector space and calculating
the distance between vectors. In the case of high-dimension vectors, k Nearest Neighbor
(kNN) increases the number of calculations, so it is common to search using Approximate
Nearest Neighbor (ANN).
!Data formats that can be handled: text, image, video, audio, binary, etc.
!Range of applications: Similarity search, recommendations, data analysis, etc.
!Usage examples: Google image search, YouTube, Spotify, etc.