hnsw icon indicating copy to clipboard operation
hnsw copied to clipboard

Transform features public member function

Open GavinMendelGleason opened this issue 1 year ago • 0 comments

We have a backing store for the HNSW and need to be able to convert between a serialisable representation which is essentially an id of the vectors and the vectors themselves as they exist in the backing store, but do not want to drift too far from the original HNSW library. Is it possible to include this function or a variant in the library?

GavinMendelGleason avatar Dec 12 '23 08:12 GavinMendelGleason