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
if (type == FieldType.Dense_Vector) {
Assert.isTrue(dims >= 1 && dims <= 2048,
"Invalid required parameter! Dense_Vector value \"dims\" must be between 1 and 2048.");
}
When I create mapping with dense_vector field having dimension 3072, the following error occurs Invalid required parameter! Dense_Vector value "dims" must be between 1 and 2048
Since in elasticsearch 8.11, the max value of dimension of dense_vector field has increased to 4096, the part of the code should be changed. elastic/elasticsearch#99682
The text was updated successfully, but these errors were encountered:
snurf198
changed the title
increase max dims of dense_vector field type
max dims of dense_vector field type should be increased
May 17, 2024
Uh oh!
There was an error while loading. Please reload this page.
Hi. I found a bug in the code while creating mapping for the index using indexOps.
The target file path is as below
When I create mapping with dense_vector field having dimension 3072, the following error occurs
Invalid required parameter! Dense_Vector value "dims" must be between 1 and 2048
Since in elasticsearch 8.11, the max value of dimension of dense_vector field has increased to 4096, the part of the code should be changed.
elastic/elasticsearch#99682
The text was updated successfully, but these errors were encountered: