We built a vector search engine that lets you choose precision at query time
clickhouse.comΒ·1dΒ·
Discuss: Hacker News
Flag this post

TL;DR We added QBit to ClickHouse, a column type that stores floats as bit planes. It lets you choose how many bits to read during vector search, tuning recall and performance without changing the data.

Vector search is everywhere now. It powers music recommendations, retrieval-augmented generation (RAG) for large language models where external knowledge is fetched to improve answers, and even googling is powered by vector search to some extent. Many specialised databases are built to handle vector search very w…

Similar Posts

Loading similar posts...