From 53e520aba177674988219184445b75a1f76d3c93 Mon Sep 17 00:00:00 2001 From: Lutkin Wang Date: Mon, 2 Mar 2020 22:55:18 +0800 Subject: [PATCH] Update DESIGN.md (#1478) * Update DESIGN.md Signed-off-by: Lutkin Wang * Fix Markdown format Signed-off-by: JinHai-CN Co-authored-by: Jin Hai --- DESIGN.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/DESIGN.md b/DESIGN.md index 884054f8a5..7584159220 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -4,6 +4,7 @@ If you would like to propose a new feature for Milvus, it is recommended that yo The following list contains existing design documents for Milvus. -- [Support DSL interface](https://docs.google.com/document/d/1U83LY36TyaG3WD67Q9HWg9saD3qQcz9BfMcEScgwQPM/edit?usp=sharing) -- [Support delete/search by ID, attribute filtering, ID de-duplication](https://docs.google.com/document/d/1CDKdTj_DnE90YaZrPgsMaphqOTkMdbKETNrsFKj_Bco/edit?usp=sharing) -- [Support write-ahead logging](https://docs.google.com/document/d/12N8RC_wJb2dvEKY9jrlh8hU_eH8jxQVBewoPuHNqcXE/edit?usp=sharing) +- [Support DSL interface](https://docs.google.com/document/d/1U83LY36TyaG3WD67Q9HWg9saD3qQcz9BfMcEScgwQPM/edit?usp=sharing) +- [Support delete/search by ID, attribute filtering, ID de-duplication](https://docs.google.com/document/d/1CDKdTj_DnE90YaZrPgsMaphqOTkMdbKETNrsFKj_Bco/edit?usp=sharing) +- [Support write-ahead logging](https://docs.google.com/document/d/12N8RC_wJb2dvEKY9jrlh8hU_eH8jxQVBewoPuHNqcXE/edit?usp=sharing) +- [Support in-service config modification](https://docs.google.com/document/d/1pK1joWJgAHM5nVp3q005iLbLqU5bn9InWeBy0mRAoSg/edit?usp=sharing)