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
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