Skip to content

Commit

Permalink
Make Vector Store name nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz committed May 25, 2024
1 parent 893ba52 commit d492dc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d492dc9

Please sign in to comment.