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
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,5 +144,11 @@ def encode_array(arr):
144
144
3.`vector`: The vector (comma separated) to compare to.
145
145
146
146
147
+
* Question: I've encountered the error `java.lang.IllegalStateException: binaryEmbeddingReader can't be null` while running the query. what should I do?
148
+
149
+
Answer: this error happens when the plugin fails to access the field you specified in the `field` parameter in at least one of the documents.
150
+
151
+
To solve it: make sure that **all** the documents in your index contains the filed you specified in the `field` parameter.
152
+
see more details [here](https://github.com/lior-k/fast-elasticsearch-vector-scoring/issues/6)
0 commit comments