From b608360ad017c1eba0064a37814994b2e7d3aa90 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Fri, 5 Nov 2021 15:03:13 +0800 Subject: [PATCH] [skip ci]Update typos in schema md (#11305) Signed-off-by: yanliang567 --- docs/developer_guides/chap02_schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer_guides/chap02_schema.md b/docs/developer_guides/chap02_schema.md index 9aa2b96db8..c33728658e 100644 --- a/docs/developer_guides/chap02_schema.md +++ b/docs/developer_guides/chap02_schema.md @@ -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)