Skip to content

Commit

Permalink
Fix typo maxium -> maximum
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Aug 2, 2024
1 parent cd3c3fe commit 0f93697
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10281,7 +10281,7 @@ components:
nullable: true
metadata:
description: &metadata_description |
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maxium of 512 characters long.
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maximum of 512 characters long.
type: object
x-oaiTypeLabel: map
nullable: true
Expand Down Expand Up @@ -10475,7 +10475,7 @@ components:
metadata:
type: object
description: |
Set of 16 key-value pairs that can be attached to a vector store. This can be useful for storing additional information about the vector store in a structured format. Keys can be a maximum of 64 characters long and values can be a maxium of 512 characters long.
Set of 16 key-value pairs that can be attached to a vector store. This can be useful for storing additional information about the vector store in a structured format. Keys can be a maximum of 64 characters long and values can be a maximum of 512 characters long.
x-oaiTypeLabel: map
oneOf:
- required: [vector_store_ids]
Expand Down Expand Up @@ -11490,7 +11490,7 @@ components:
metadata:
type: object
description: |
Set of 16 key-value pairs that can be attached to a vector store. This can be useful for storing additional information about the vector store in a structured format. Keys can be a maximum of 64 characters long and values can be a maxium of 512 characters long.
Set of 16 key-value pairs that can be attached to a vector store. This can be useful for storing additional information about the vector store in a structured format. Keys can be a maximum of 64 characters long and values can be a maximum of 512 characters long.
x-oaiTypeLabel: map
x-oaiExpandable: true
oneOf:
Expand Down

0 comments on commit 0f93697

Please sign in to comment.