mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Check the grammar of chap02_schema md (#14020)
Signed-off-by: min.tian <min.tian.cn@gmail.com>pull/13624/head
parent
39fcbaac47
commit
526f9901d2
|
@ -61,7 +61,7 @@ To learn how to choose an appropriate index for your application scenarios, plea
|
|||
|
||||
To learn how to choose an appropriate index for a metric, see [Distance Metrics](https://www.milvus.io/docs/v2.0.0/metric.md).
|
||||
|
||||
Different index types use different index params in construction and query. All index params are represented by the structure of map. This doc shows the map code in python.
|
||||
Different index types use different index params in construction and query. All index params are represented by the structure of the map. This doc shows the map code in python.
|
||||
|
||||
[IVF_FLAT](#IVF_FLAT)
|
||||
[BIN_IVF_FLAT](#BIN_IVF_FLAT)
|
||||
|
|
Loading…
Reference in New Issue