Database / Vector database interview questions
What is vector quantization, and when is it used?
Vector quantization compresses embeddings to reduce memory and speed search, often with some accuracy loss. It is useful when serving very large corpora under strict cost constraints.
More Related questions...