You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
Here is the script which I am using to do a cosine similarity between two vector fields having dimension of 512. The setting index.knn is set to false. I am getting this error which is basically not being able to cast the array list to KNN vector.
Here is the script which I am using to do a cosine similarity between two vector fields having dimension of 512. The setting index.knn is set to false. I am getting this error which is basically not being able to cast the array list to KNN vector.
"root_cause": [ { "type": "class_cast_exception", "reason": "class_cast_exception: Cannot cast java.util.ArrayList to com.amazon.opendistroforelasticsearch.knn.index.KNNVectorScriptDocValues" } ]
Can someone help with this?
The text was updated successfully, but these errors were encountered: