Changes for fixing CI issue dure openapi

This commit is contained in:
Bhagirath Kapdi
2026-03-26 09:30:20 +05:30
committed by Arnaud Gourlay
parent dddc4fa501
commit 09858c4f7f

View File

@@ -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",