Settings

Theme

Show HN: A key value store based on semantic similarity rather lexical equality

github.com

8 points by enesakar 2 years ago · 2 comments

Reader

esafak 2 years ago

A semantic cache is just an encoder in front of a regular cache. It is not hard to connect the two, so where do you see the value? If you DIY, you can choose your own cache.

JimmyRuska 2 years ago

Isn't this how most vector search backends work, cosine similarity sorting against whatever the vector embeddings returned? How is this different?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection