mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 20:39:36 +08:00
32a3ed0791
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
32 lines
662 B
JSON
32 lines
662 B
JSON
{
|
|
"collection_name": "book",
|
|
"consistency_level": 1,
|
|
"db_name": "string",
|
|
"schema": {
|
|
"autoID": false,
|
|
"description": "Test book search",
|
|
"fields": [
|
|
{
|
|
"name": "book_id",
|
|
"description": "book id",
|
|
"is_primary_key": true,
|
|
"autoID": false,
|
|
"data_type": 5
|
|
},
|
|
{
|
|
"name": "book_intro",
|
|
"description": "embedded vector of book introduction",
|
|
"autoID": false,
|
|
"data_type": 101,
|
|
"is_primary_key": false,
|
|
"type_params": [
|
|
{
|
|
"key": "dim",
|
|
"value": "2"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"name": "book"
|
|
}
|
|
} |