From fdb816756639d706e97d90c79e47df3b2ac07178 Mon Sep 17 00:00:00 2001 From: fishpenguin Date: Fri, 8 Nov 2019 13:12:14 +0800 Subject: [PATCH] add README.md for grpc --- core/src/grpc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/grpc/README.md b/core/src/grpc/README.md index 4f66d69f7f..781d658842 100644 --- a/core/src/grpc/README.md +++ b/core/src/grpc/README.md @@ -1,4 +1,4 @@ -We manually add two APIs in "milvus.pd.h": +We manually change two APIs in "milvus.pd.h": add_vector_data() add_row_id_array() -If proto files need be generated again, remember to re-add above APIs. \ No newline at end of file +If proto files need be generated again, remember to re-change above APIs. \ No newline at end of file