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
When I try to run the script, I had to solve tf v1 issues by using tf.compat.v1 everywhere. Still, when I create the index it shows the error : elasticsearch.exceptions.RequestError: RequestError(400, 'mapper_parsing_exception', 'No handler for type [dense_vector] declared on field [title_vector]')
I want to understand why this error is being shown.
The text was updated successfully, but these errors were encountered:
@jtibshirani can you add this information about which build_flavor is needed for this script to run in the readme as it is very difficult to find the issue and it's solution online.
When I try to run the script, I had to solve tf v1 issues by using
tf.compat.v1
everywhere. Still, when I create the index it shows the error :elasticsearch.exceptions.RequestError: RequestError(400, 'mapper_parsing_exception', 'No handler for type [dense_vector] declared on field [title_vector]')
I want to understand why this error is being shown.
The text was updated successfully, but these errors were encountered: