SPTAG icon indicating copy to clipboard operation
SPTAG copied to clipboard

How to implement serialization in current SPTAG?

Open Yukikaze-CZR opened this issue 5 years ago • 3 comments

Hi, our team is working on an open source vector search engine called milvus, which provides state-of-the-art similarity search and analysis for billion-scale feature vectors. In its latest version, we want to add interface of SPTAG, but there is a problem. In the old version of SPTAG, we use the function 'SaveIndexToMemory' to implement our own serialization. However, in the current version of SPTAG, we cannot do it like before, so how can we implement serialization now?

Yukikaze-CZR avatar Oct 22 '19 06:10 Yukikaze-CZR

How to solve this problem?

tinkerlin avatar Oct 28 '19 08:10 tinkerlin

@Yukikaze-CZR and @tinkerlin, you can look at the “Dump” and “Load” implementations in Wrappers/src/CLRCoreInterface.cpp.

MaggieQi avatar Nov 18 '19 03:11 MaggieQi

thx

tinkerlin avatar Nov 19 '19 06:11 tinkerlin