From d492dc9e299990a2e4ec60bea1c87522c62c0477 Mon Sep 17 00:00:00 2001 From: David Miguel Date: Sat, 25 May 2024 16:36:39 +0200 Subject: [PATCH] Make Vector Store name nullable --- openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi.yaml b/openapi.yaml index 030518fa..3bba83c3 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -12074,6 +12074,7 @@ components: name: description: The name of the vector store. type: string + nullable: true usage_bytes: description: The total number of bytes used by the files in the vector store. type: integer