[skip ci]Update typos in schema md (#11305)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
yanliang567 2021-11-05 15:03:13 +08:00 committed by GitHub
parent 7355bd7834
commit b608360ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 type uses 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 map. This doc shows the map code in python.
[IVF_FLAT](#IVF_FLAT)
[BIN_IVF_FLAT](#BIN_IVF_FLAT)