From 3ecfe1d9c375ed1b821ea11ec8fa8ee40318043b Mon Sep 17 00:00:00 2001 From: jielinxu <52057195+jielinxu@users.noreply.github.com> Date: Mon, 6 Jan 2020 11:06:14 +0800 Subject: [PATCH] [skip ci] Update README.md (#896) * Update README.md * [skip ci] Add IVFLAT links * [skip ci] Minor --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index f5f964de..51f9f556 100644 --- a/docs/README.md +++ b/docs/README.md @@ -16,8 +16,10 @@ The following is a list of existing test reports: - [IVF_SQ8](test_report/milvus_ivfsq8_test_report_detailed_version.md) - [IVF_SQ8H](test_report/milvus_ivfsq8h_test_report_detailed_version.md) +- [IVFLAT](test-report/ivfflat_test_report_en.md) To read the CN version of these reports: - [IVF_SQ8_cn](test_report/milvus_ivfsq8_test_report_detailed_version_cn.md) - [IVF_SQ8H_cn](test_report/milvus_ivfsq8h_test_report_detailed_version_cn.md) +- [IVFLAT_cn](test-report/ivfflat_test_report_cn.md) -- GitLab