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
but when i am running this code i am getting mapping error: RequestError(400, 'mapper_parsing_exception', 'The [dims] property must be specified for field [vector].')
This is because the properties doesn't have dims specified.
I am trying to create a field of type dense_vector but as it is not available in current releases.
so had created a VectorField class which extends CustomFields , with it's base_type as :
but when i am running this code i am getting mapping error:
RequestError(400, 'mapper_parsing_exception', 'The [dims] property must be specified for field [vector].')
This is because the properties doesn't have dims specified.
Mapping :
can some one suggest how to pass [dims] in field property ?
The text was updated successfully, but these errors were encountered: