From 526f9901d2ab8781d7a40647980372073ea66cc4 Mon Sep 17 00:00:00 2001 From: "min.tian" Date: Thu, 23 Dec 2021 15:04:36 +0800 Subject: [PATCH] [skip e2e] Check the grammar of chap02_schema md (#14020) Signed-off-by: min.tian --- 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 522d552307..ce54e2fc38 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 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)