mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
Changes for fixing CI issue dure openapi
This commit is contained in:
committed by
Arnaud Gourlay
parent
dddc4fa501
commit
09858c4f7f
@@ -7807,6 +7807,13 @@
|
||||
"minimum": 0,
|
||||
"nullable": true
|
||||
},
|
||||
"search_max_batchsize": {
|
||||
"description": "Max batchsize when searching",
|
||||
"type": "integer",
|
||||
"format": "uint",
|
||||
"minimum": 0,
|
||||
"nullable": true
|
||||
},
|
||||
"max_collection_vector_size_bytes": {
|
||||
"description": "Max size of a collections vector storage in bytes, ignoring replicas.",
|
||||
"type": "integer",
|
||||
@@ -10451,6 +10458,13 @@
|
||||
"minimum": 0,
|
||||
"nullable": true
|
||||
},
|
||||
"search_max_batchsize": {
|
||||
"description": "Max batchsize when searching",
|
||||
"type": "integer",
|
||||
"format": "uint",
|
||||
"minimum": 0,
|
||||
"nullable": true
|
||||
},
|
||||
"max_collection_vector_size_bytes": {
|
||||
"description": "Max size of a collections vector storage in bytes, ignoring replicas.",
|
||||
"type": "integer",
|
||||
|
||||
Reference in New Issue
Block a user