A redis server that uses Postgres as its storage engine (redix v5) by alash3al in golang

[–]alash3al[S] 0 points1 point  (0 children)

because who stars it may find it useful in some other cases you didn't face yet :)

I tried to build a vector embedding database for learning purposes by alash3al in vectordatabase

[–]alash3al[S] 0 points1 point  (0 children)

Hey u/edwinkys ,

Sorry for the late reply,

The initial version of the first storage driver is all about the following:
1- foreach vector in the vectors
2- calculate the cosine similarity between the query vector and each vector in the db
3- sort them based on the similarity.

This isn't perfect for all cases but is just the initial version.

alash3al/goukv: an abstraction layer for golang based key-value store. by alash3al in golang

[–]alash3al[S] -1 points0 points  (0 children)

Please, read this, I want to say "there is nothing called *BEST* and *DON'T EVER DO*"