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
How would you like to improve it
Change all instances of metric_type to metricType
I'm learning about Milvus and am trying to create a database to compare colors by Euclidean distance. When I run the following commands, as per the current docs, to create and describe a collection, its metric type shows as the default, COSINE (note the snake_case on metric_type):
Where is the error
https://milvus.io/api-reference/restful/v2.4.x/v2/Collection%20(v2)/Create.md
How would you like to improve it
Change all instances of
metric_type
tometricType
I'm learning about Milvus and am trying to create a database to compare colors by Euclidean distance. When I run the following commands, as per the current docs, to create and describe a collection, its metric type shows as the default, COSINE (note the snake_case on
metric_type
):However, when I change it to
metricType
, it properly comes back as using L2:The text was updated successfully, but these errors were encountered: