Product Quantization
Posted: | Categories: tech | Tags: GenAI, LLMs, RAGs
AI-polished: This post originated from notes and questions while working through the topic in detail. AI was used to organize the notes, connect the ideas, and polish them into a coherent blog post. Product Quantization — From 40 GB of Vectors to 160 MB Dense retrieval introduces a scaling problem beyond search latency: memory. Suppose a vector database contains: 10,000,000 vectors Each vector contains: 1024 dimensions and each dimension is represented using: Read more...