diff --git a/docs/redoc/master/openapi.json b/docs/redoc/master/openapi.json index fc3a48abd6..87cae872ec 100644 --- a/docs/redoc/master/openapi.json +++ b/docs/redoc/master/openapi.json @@ -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",