-
Notifications
You must be signed in to change notification settings - Fork 5
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
vector indexing #24
Comments
This error is from Solr? If in doubt, I suggest you try sending a document manually to Solr and see if you still get that error. If so you may have to check on Solr support group. If I had to guess, I would say maybe Solr is expecting float values and the values you are sending may have too many digits to be represented as such? Try reducing the decimal precision. Maybe the Importer TruncateTagger can be of assistance. |
hi there, |
hi there I manually sub this Json and it's working it's possible to alter the order on the way that this commuter behave? please thanks a lot |
What do you mean by changing the order? The JSON generated by the crawler is an internal format. When sent to solr, solrj is used which sends the data in binary form, in its own optimized way. |
hi there
I am not sure if this issue is regarding commuter or importing, however I will try to explain it as much as I can.
I got a bunch of documents to index and do some semantic search, I just finis the create all components need it in order to include all information relevant to this matter. when I try to include vectors of every document I am getting this error:
Error adding field 'vector'='[0.007063671946525574, -0.032926689833402634, -0.04629294574260712, -0.008444702252745628]' , expected format:'[f1, f2, f3...fn]' e.g. [1.0, 3.4, 5.6]
however I double check with the debugger on importer and the field is in the right format. do you have any idea why is trowing me this error?
thanks a lot
Angelo
The text was updated successfully, but these errors were encountered: