-
Notifications
You must be signed in to change notification settings - Fork 584
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
Test search with metadata - can someone explain what metadata is stored/associated? #59
Comments
I've tried some examples to build index with metadata using IndexBuild. And I use a simple word2vec data to build, so my input data would be like |
I still didn't get how to make this work for words. Do you have a sample simple data? |
I just couldn't get it to work for any kind of data. And my questions here have remained unanswered. It seems the Microsoft team couldn't be bothered, unfortunately, and I have given up on using this tool. |
BTW we have recently open-sourced pgANN that solves this problem with a PostgreSQL backend. HTH. |
So here's my code. This returns something but I'm not sure why it returns it that way. Can somebody explain? This is based on the sample code from the github site. `using Microsoft.ANN.SPTAGManaged; namespace SPTAG_Tester
}` The result is: So some question:
|
I am still trying to figure out SPTAG, but unclear on what the metadata methods provide.
for example in the
Test()
method in sample:the metadata is generated thus:
does mean each line is associated with each row in the vectors?
can someone provide a simple example of storing metadata with the vectors?
The text was updated successfully, but these errors were encountered: