Hacker News new | ask | show | jobs
by simonw 550 days ago
It's exactly that. Redis is an in-memory data structure server that you can outsource index-style operations to. Vector similarity is a type of index search. I think it's an exact fit for Redis.
1 comments

Cool. Redis in front of Postgres always brought peace-of-mind that will likely be welcome for the vector data use-case.

P.s.: Appreciate the llm command line tool.