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
|`collection_name`| The name of the collection to create, which must be unique within its database. | Yes |
428
-
|`dimension`| The dimension of the vectors that are to be inserted into the created collection. | Yes |
429
-
|`index_file_size`| Threshold value that triggers index building for raw data files. The default is 1024. | No |
430
-
|`metric_type`| The method vector distances are compared in Milvus. The default is L2. Currently supported metrics include `L2` (Euclidean distance), `IP` (Inner Product), `HAMMING` (Hamming distance), `JACCARD` (Jaccard distance), and `TANIMOTO` (Tanomoto distance). | No |
0 commit comments