From 51aa4f0254baad9cbfa50eb2e7abdf7226e8a675 Mon Sep 17 00:00:00 2001 From: shiyu22 Date: Wed, 22 Sep 2021 19:23:59 +0800 Subject: [PATCH] Add comments with localStorage in yaml (#7892) Signed-off-by: shiyu22 Add comments with localStorage in yaml Signed-off-by: shiyu22 --- configs/milvus.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index d7334fc244..4837579e7e 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -116,6 +116,7 @@ dataNode: clientMaxRecvSize: 104857600 # 100 MB, 100 * 1024 * 1024 clientMaxSendSize: 104857600 # 100 MB, 100 * 1024 * 1024 +# Configure whether to store the vector and the local path when querying/searching in Querynode. localStorage: path: /var/lib/milvus/data/ enabled: true