Skip to main content

Glossary

Vector Search

Meaning and details

The retrieval primitive of RAG and recommendations: text, images or audio are embedded into high-dimensional vectors, and nearest-neighbor search (pgvector, Qdrant, sqlite-vec) returns the most semantically similar match...

Vector Search meaning

Finding similar items by distance between their embedding vectors.

What is Vector Search?

The retrieval primitive of RAG and recommendations: text, images or audio are embedded into high-dimensional vectors, and nearest-neighbor search (pgvector, Qdrant, sqlite-vec) returns the most semantically similar matches.

Keep exploring the glossary