Skip to content

Commit 18524ed

Browse files
authored
Update README.md
added a comment regarding issue #6
1 parent 54fb4ea commit 18524ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,11 @@ def encode_array(arr):
144144
3. `vector`: The vector (comma separated) to compare to.
145145

146146

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

148154

0 commit comments

Comments
 (0)