@@ -5947,7 +5947,7 @@ paths:
5947
5947
name : List vector store files
5948
5948
group : vector_stores
5949
5949
beta : true
5950
- returns : A list of [vector store file](/docs/api-reference/vector-stores/file-object) objects.
5950
+ returns : A list of [vector store file](/docs/api-reference/vector-stores-files /file-object) objects.
5951
5951
examples :
5952
5952
request :
5953
5953
curl : |
@@ -6027,7 +6027,7 @@ paths:
6027
6027
name : Create vector store file
6028
6028
group : vector_stores
6029
6029
beta : true
6030
- returns : A [vector store file](/docs/api-reference/vector-stores/file-object) object.
6030
+ returns : A [vector store file](/docs/api-reference/vector-stores-files /file-object) object.
6031
6031
examples :
6032
6032
request :
6033
6033
curl : |
@@ -6105,7 +6105,7 @@ paths:
6105
6105
name : Retrieve vector store file
6106
6106
group : vector_stores
6107
6107
beta : true
6108
- returns : The [vector store file](/docs/api-reference/vector-stores/file-object) object.
6108
+ returns : The [vector store file](/docs/api-reference/vector-stores-files /file-object) object.
6109
6109
examples :
6110
6110
request :
6111
6111
curl : |
@@ -6243,7 +6243,7 @@ paths:
6243
6243
name : Create vector store file batch
6244
6244
group : vector_stores
6245
6245
beta : true
6246
- returns : A [vector store file batch](/docs/api-reference/vector-stores/batch-object) object.
6246
+ returns : A [vector store file batch](/docs/api-reference/vector-stores-file-batches /batch-object) object.
6247
6247
examples :
6248
6248
request :
6249
6249
curl : |
@@ -6326,7 +6326,7 @@ paths:
6326
6326
name : Retrieve vector store file batch
6327
6327
group : vector_stores
6328
6328
beta : true
6329
- returns : The [vector store file batch](/docs/api-reference/vector-stores/batch-object) object.
6329
+ returns : The [vector store file batch](/docs/api-reference/vector-stores-file-batches /batch-object) object.
6330
6330
examples :
6331
6331
request :
6332
6332
curl : |
@@ -6509,7 +6509,7 @@ paths:
6509
6509
name : List vector store files in a batch
6510
6510
group : vector_stores
6511
6511
beta : true
6512
- returns : A list of [vector store file](/docs/api-reference/vector-stores/file-object) objects.
6512
+ returns : A list of [vector store file](/docs/api-reference/vector-stores-files /file-object) objects.
6513
6513
examples :
6514
6514
request :
6515
6515
curl : |
@@ -11907,7 +11907,6 @@ components:
11907
11907
- status
11908
11908
- last_active_at
11909
11909
- name
11910
- - bytes
11911
11910
- file_counts
11912
11911
- metadata
11913
11912
x-oaiMeta :
@@ -11921,7 +11920,6 @@ components:
11921
11920
"usage_bytes": 123456,
11922
11921
"last_active_at": 1698107661,
11923
11922
"name": "my_vector_store",
11924
- "bytes": 123456,
11925
11923
"status": "completed",
11926
11924
"file_counts": {
11927
11925
"in_progress": 0,
@@ -12640,40 +12638,31 @@ components:
12640
12638
type : string
12641
12639
description : The ID of the file containing the outputs of requests with errors.
12642
12640
created_at :
12643
- type : string
12644
- format : integer
12641
+ type : integer
12645
12642
description : The Unix timestamp (in seconds) for when the batch was created.
12646
12643
in_progress_at :
12647
- type : string
12648
- format : integer
12644
+ type : integer
12649
12645
description : The Unix timestamp (in seconds) for when the batch started processing.
12650
12646
expires_at :
12651
- type : string
12652
- format : integer
12647
+ type : integer
12653
12648
description : The Unix timestamp (in seconds) for when the batch will expire.
12654
12649
finalizing_at :
12655
- type : string
12656
- format : integer
12650
+ type : integer
12657
12651
description : The Unix timestamp (in seconds) for when the batch started finalizing.
12658
12652
completed_at :
12659
- type : string
12660
- format : integer
12653
+ type : integer
12661
12654
description : The Unix timestamp (in seconds) for when the batch was completed.
12662
12655
failed_at :
12663
- type : string
12664
- format : integer
12656
+ type : integer
12665
12657
description : The Unix timestamp (in seconds) for when the batch failed.
12666
12658
expired_at :
12667
- type : string
12668
- format : integer
12659
+ type : integer
12669
12660
description : The Unix timestamp (in seconds) for when the batch expired.
12670
12661
cancelling_at :
12671
- type : string
12672
- format : integer
12662
+ type : integer
12673
12663
description : The Unix timestamp (in seconds) for when the batch started cancelling.
12674
12664
cancelled_at :
12675
- type : string
12676
- format : integer
12665
+ type : integer
12677
12666
description : The Unix timestamp (in seconds) for when the batch was cancelled.
12678
12667
request_counts :
12679
12668
type : object
@@ -13183,6 +13172,9 @@ x-oaiMeta:
13183
13172
- type : endpoint
13184
13173
key : listVectorStoreFiles
13185
13174
path : listFiles
13175
+ - type : endpoint
13176
+ key : getVectorStoreFile
13177
+ path : getFile
13186
13178
- type : endpoint
13187
13179
key : deleteVectorStoreFile
13188
13180
path : deleteFile
0 commit comments