mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip ci]Format markdown for retrieve_entity.md (#11867)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
This commit is contained in:
parent
ba84fd4565
commit
809ffbf10e
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
In Milvus, one entity encapsulates multiple vectors and scalars.
|
In Milvus, one entity encapsulates multiple vectors and scalars.
|
||||||
|
|
||||||
When creating a collection, you can specify using the primary key generated automatically, or using the user-provided primary key.
|
When creating a collection, you can specify using the primary key generated automatically, or using the user-provided primary key.
|
||||||
If a user sets to use the user-provided primary key, each entity inserted must contain the primary key field. Otherwise, the insertion fails.
|
If a user sets to use the user-provided primary key, each entity inserted must contain the primary key field. Otherwise, the insertion fails.
|
||||||
The primary keys will be returned after the insertion request is successful.
|
The primary keys will be returned after the insertion request is successful.
|
||||||
|
|
||||||
Milvus currently only supports primary keys of int64 type.
|
Milvus currently only supports primary keys of int64 type.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user