mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix show tables results typo
Signed-off-by: Yhz <yinghao.zou@zilliz.com>
This commit is contained in:
parent
84689fdac5
commit
1b5d299f58
@ -391,7 +391,7 @@ $ curl -X GET "http://127.0.0.1:19121/collections?offset=0&page_size=1" -H "acce
|
||||
"metric_type": "L2",
|
||||
"count": 0,
|
||||
"index": "FLAT",
|
||||
"nlist": 16384
|
||||
"index_params": {"nlist": 4096}
|
||||
}
|
||||
],
|
||||
"count": 58
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user