From bda03021648e758ad8e3049edd2a7181a5c1dbf0 Mon Sep 17 00:00:00 2001 From: ryjiang Date: Tue, 19 Oct 2021 14:18:52 +0800 Subject: [PATCH] [skip ci]Format markdown for appendix_b_api_reference.md (#10146) Signed-off-by: ruiyi.jiang --- docs/developer_guides/appendix_b_api_reference.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/developer_guides/appendix_b_api_reference.md b/docs/developer_guides/appendix_b_api_reference.md index 7368e8800c..9e21e82202 100644 --- a/docs/developer_guides/appendix_b_api_reference.md +++ b/docs/developer_guides/appendix_b_api_reference.md @@ -4,19 +4,19 @@ In this section, we introduce the RPCs of milvus service. A brief description of | RPC | description | | :---------------------- | --------------------------------------------------------------------------------------------- | -| CreateCollection | create a collection based on schema statement | +| CreateCollection | create a collection based on schema statement | | DropCollection | drop a collection | -| HasCollection | check whether a collection exists | +| HasCollection | check whether a collection exists | | LoadCollection | load collection to memory for future search | -| ReleaseCollection | release the collection from memory | +| ReleaseCollection | release the collection from memory | | DescribeCollection | show a collection's schema and its descriptive statistics | | GetCollectionStatistics | show a collection's statistics | | ShowCollections | list all collections | | CreatePartition | create a partition | | DropPartition | drop a partition | -| HasPartition | check whether a partition exists | +| HasPartition | check whether a partition exists | | LoadPartition | load collection to memory for future search | -| ReleasePartitions | release partitions from memory | +| ReleasePartitions | release partitions from memory | | GetPartitionStatistics | show a partition's statistics | | ShowPartitions | list a collection's all partitions | | CreateIndex | create index for a field in the collection |