Getting started with Vector DBs in Python

from blog code.dblock.org | tech blog, | ↗ original
Vector databases are all the rage today. I’ve built a few iterations of vector search, beginning in 2011 at Artsy, powered by the Art Genome Project. Compared to LLM use-cases today, Artsy is a small, 1200-dimensional sparse vector and semantic search engine. The first attempt at vector search resulted in a brute-force exact k-nearest-neighbor...