-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spann Index doesn't work. #12
Comments
the log is here. 2024-02-27 10:22:39.430 UTC [45] LOG: server process (PID 101) was terminated by signal 11: Segmentation fault |
Thanks for your report. @JackTan25 Yes. As described in README, SPANN will be integrated soon because it depends on SPFresh to offer index insert and update. The work is in this PR microsoft/SPTAG#406. Mainly because the current code of SPANN makes it challenging to insert data. Now it can also be done, but there are more intricate steps in our evaluation process.
|
Thanks for your replying,But I'm still confused
|
|
well, I follow this document https://github.com/microsoft/SPTAG/blob/main/docs/GettingStart.md,
by the way, is there a WeChat user group or other ways to communicate? @zqxjjj |
Thanks for your feedback. @JackTan25 I am not an expert on SPANN. But I can share all that I know. |
So the meta is generated by SPann not related to Vbase, And I also donn't need to build it mually. right? @zqxjjj if you can give me the way to reproduce the result in VBase Paper, Maybe give me the detailed steps one by one, I think that's better, In the Sptag repo, the readme is too complex, there are too much parameters, as you said above, the parameter in the configure file are different with Vbase, I have fallen into a trouble in the reproduce. @zqxjjj |
Yes. Creating an index in SPANN is a little complex. Let me figure out how to offer some tools to make it automated. |
-> SPTAG/Release/ssdserving buildIndex.ini
-> create index image_spann_index on recipe_table using spann(image_embedding spann_vector_l2_ops);
-> cp -r /raw_data/data/* /indexdata/image_spann_index/
|
we can get it successfully by following above. But I make a mistake here, I forget to do
So if you are trying to start it as another user and make new database folder by yourself. Please see my error. For now, the spann index can work successfully. Let's close this issue. |
select * from t1 order by a <-> ARRAY[0,0,0,1,8,7,3,2,5,0,0,3,5,7,11,31,13,0,0,0,0,29,106,107,13,0,0,0,1,61,70,42,0,0,0,0,1,23,28,16,63,4,0,0,0,6,83,81,117,86,25,15,17,50,84,117,31,23,18,35,97,117,49,24,68,27,0,0,0,4,29,71,81,47,13,10,32,87,117,117,45,76,40,22,60,70,41,9,7,21,29,39,53,21,4,1,55,72,3,0,0,0,0,9,65,117,73,37,28,23,17,34,11,11,27,61,64,25,4,0,42,13,1,1,1,14,10,6] limit 5;
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
What’s wrong with that? @zqxjjj
The text was updated successfully, but these errors were encountered: