[skip e2e] Check the syntax of appendix_b_api_refs md (#13923)

Signed-off-by: min.tian <min.tian.cn@gmail.com>
pull/13976/head
min.tian 2021-12-22 14:07:13 +08:00 committed by GitHub
parent 7e88f588f0
commit 3ea8b0a4fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ message FieldSchema {
**type_params** contains the detailed information of data_type. For example, vector data type should include dimension information. You can give a pair of <dim, 8> to let the field store an 8-dimension vector.
**index_params**For fast search, you build index for field. You specify detailed index information for a field. Detailed information about index can be seen in chapter 2.2.3
**index_params**For fast search, you build an index for the field. You specify detailed index information for a field. Detailed information about index can be seen in chapter 2.2.3
**Returns:**