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 |