Hacker News new | ask | show | jobs
by Pandabob 992 days ago
I've been wondering about Redis as vector database [0].

[0]: https://twitter.com/sh_reya/status/1661136833848438784

2 comments

Apparently it's possible: https://redis.io/docs/interact/search-and-query/search/vecto...

Euclidean distance, inner product, and cosine similarity are supported.

I quickly took a look at the redisearch ANN Benchmarks and they seem to stack up against the others (more or less same level as Milvus) in the comparison when it comes to QPS and Latency.