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
A proposal: display the value according to field type.
If the vector field is FloatVector, round the decimal to 7 places.
If the vector field is Float16Vector, round the decimal to 16 places.
If the vector field is BFloat16Vector, round the decimal to 3 places.
Describe the bug:
Currently, Attu always shows vector data as float64. For example, a value 0.001 is displayed as 0.0010000000474974513
Steps to reproduce:
Attu version:
2.3.8
Attu version:
The text was updated successfully, but these errors were encountered: