more fixes

This commit is contained in:
Ashwin Bharambe 2025-10-11 22:05:20 -07:00
parent bf59d26362
commit e5a1cdf554
9 changed files with 43 additions and 146 deletions

View file

@ -2623,17 +2623,7 @@
],
"summary": "Create a vector store file batch.",
"description": "Create a vector store file batch.\nGenerate an OpenAI-compatible vector store file batch for the given vector store.",
"parameters": [
{
"name": "vector_store_id",
"in": "path",
"description": "The ID of the vector store to create the file batch for.",
"required": true,
"schema": {
"type": "string"
}
}
],
"parameters": [],
"requestBody": {
"content": {
"application/json": {
@ -12154,19 +12144,6 @@
]
},
"description": "Set of key-value pairs that can be attached to the vector store"
},
"embedding_model": {
"type": "string",
"description": "(Optional) The embedding model to use for this vector store"
},
"embedding_dimension": {
"type": "integer",
"default": 384,
"description": "(Optional) The dimension of the embedding vectors (default: 384)"
},
"provider_id": {
"type": "string",
"description": "(Optional) The ID of the provider to use for this vector store"
}
},
"additionalProperties": false,
@ -12344,6 +12321,10 @@
"OpenAICreateVectorStoreFileBatchRequestWithExtraBody": {
"type": "object",
"properties": {
"vector_store_id": {
"type": "string",
"description": "The ID of the vector store to create the file batch for"
},
"file_ids": {
"type": "array",
"items": {
@ -12384,6 +12365,7 @@
},
"additionalProperties": false,
"required": [
"vector_store_id",
"file_ids"
],
"title": "OpenAICreateVectorStoreFileBatchRequestWithExtraBody",

View file

@ -1932,14 +1932,7 @@ paths:
Generate an OpenAI-compatible vector store file batch for the given vector
store.
parameters:
- name: vector_store_id
in: path
description: >-
The ID of the vector store to create the file batch for.
required: true
schema:
type: string
parameters: []
requestBody:
content:
application/json:
@ -9205,19 +9198,6 @@ components:
- type: object
description: >-
Set of key-value pairs that can be attached to the vector store
embedding_model:
type: string
description: >-
(Optional) The embedding model to use for this vector store
embedding_dimension:
type: integer
default: 384
description: >-
(Optional) The dimension of the embedding vectors (default: 384)
provider_id:
type: string
description: >-
(Optional) The ID of the provider to use for this vector store
additionalProperties: false
title: >-
OpenAICreateVectorStoreRequestWithExtraBody
@ -9346,6 +9326,10 @@ components:
"OpenAICreateVectorStoreFileBatchRequestWithExtraBody":
type: object
properties:
vector_store_id:
type: string
description: >-
The ID of the vector store to create the file batch for
file_ids:
type: array
items:
@ -9371,6 +9355,7 @@ components:
auto
additionalProperties: false
required:
- vector_store_id
- file_ids
title: >-
OpenAICreateVectorStoreFileBatchRequestWithExtraBody

View file

@ -3357,17 +3357,7 @@
],
"summary": "Create a vector store file batch.",
"description": "Create a vector store file batch.\nGenerate an OpenAI-compatible vector store file batch for the given vector store.",
"parameters": [
{
"name": "vector_store_id",
"in": "path",
"description": "The ID of the vector store to create the file batch for.",
"required": true,
"schema": {
"type": "string"
}
}
],
"parameters": [],
"requestBody": {
"content": {
"application/json": {
@ -12680,19 +12670,6 @@
]
},
"description": "Set of key-value pairs that can be attached to the vector store"
},
"embedding_model": {
"type": "string",
"description": "(Optional) The embedding model to use for this vector store"
},
"embedding_dimension": {
"type": "integer",
"default": 384,
"description": "(Optional) The dimension of the embedding vectors (default: 384)"
},
"provider_id": {
"type": "string",
"description": "(Optional) The ID of the provider to use for this vector store"
}
},
"additionalProperties": false,
@ -12870,6 +12847,10 @@
"OpenAICreateVectorStoreFileBatchRequestWithExtraBody": {
"type": "object",
"properties": {
"vector_store_id": {
"type": "string",
"description": "The ID of the vector store to create the file batch for"
},
"file_ids": {
"type": "array",
"items": {
@ -12910,6 +12891,7 @@
},
"additionalProperties": false,
"required": [
"vector_store_id",
"file_ids"
],
"title": "OpenAICreateVectorStoreFileBatchRequestWithExtraBody",

View file

@ -2553,14 +2553,7 @@ paths:
Generate an OpenAI-compatible vector store file batch for the given vector
store.
parameters:
- name: vector_store_id
in: path
description: >-
The ID of the vector store to create the file batch for.
required: true
schema:
type: string
parameters: []
requestBody:
content:
application/json:
@ -9670,19 +9663,6 @@ components:
- type: object
description: >-
Set of key-value pairs that can be attached to the vector store
embedding_model:
type: string
description: >-
(Optional) The embedding model to use for this vector store
embedding_dimension:
type: integer
default: 384
description: >-
(Optional) The dimension of the embedding vectors (default: 384)
provider_id:
type: string
description: >-
(Optional) The ID of the provider to use for this vector store
additionalProperties: false
title: >-
OpenAICreateVectorStoreRequestWithExtraBody
@ -9811,6 +9791,10 @@ components:
"OpenAICreateVectorStoreFileBatchRequestWithExtraBody":
type: object
properties:
vector_store_id:
type: string
description: >-
The ID of the vector store to create the file batch for
file_ids:
type: array
items:
@ -9836,6 +9820,7 @@ components:
auto
additionalProperties: false
required:
- vector_store_id
- file_ids
title: >-
OpenAICreateVectorStoreFileBatchRequestWithExtraBody

View file

@ -3357,17 +3357,7 @@
],
"summary": "Create a vector store file batch.",
"description": "Create a vector store file batch.\nGenerate an OpenAI-compatible vector store file batch for the given vector store.",
"parameters": [
{
"name": "vector_store_id",
"in": "path",
"description": "The ID of the vector store to create the file batch for.",
"required": true,
"schema": {
"type": "string"
}
}
],
"parameters": [],
"requestBody": {
"content": {
"application/json": {
@ -14689,19 +14679,6 @@
]
},
"description": "Set of key-value pairs that can be attached to the vector store"
},
"embedding_model": {
"type": "string",
"description": "(Optional) The embedding model to use for this vector store"
},
"embedding_dimension": {
"type": "integer",
"default": 384,
"description": "(Optional) The dimension of the embedding vectors (default: 384)"
},
"provider_id": {
"type": "string",
"description": "(Optional) The ID of the provider to use for this vector store"
}
},
"additionalProperties": false,
@ -14879,6 +14856,10 @@
"OpenAICreateVectorStoreFileBatchRequestWithExtraBody": {
"type": "object",
"properties": {
"vector_store_id": {
"type": "string",
"description": "The ID of the vector store to create the file batch for"
},
"file_ids": {
"type": "array",
"items": {
@ -14919,6 +14900,7 @@
},
"additionalProperties": false,
"required": [
"vector_store_id",
"file_ids"
],
"title": "OpenAICreateVectorStoreFileBatchRequestWithExtraBody",

View file

@ -2556,14 +2556,7 @@ paths:
Generate an OpenAI-compatible vector store file batch for the given vector
store.
parameters:
- name: vector_store_id
in: path
description: >-
The ID of the vector store to create the file batch for.
required: true
schema:
type: string
parameters: []
requestBody:
content:
application/json:
@ -11115,19 +11108,6 @@ components:
- type: object
description: >-
Set of key-value pairs that can be attached to the vector store
embedding_model:
type: string
description: >-
(Optional) The embedding model to use for this vector store
embedding_dimension:
type: integer
default: 384
description: >-
(Optional) The dimension of the embedding vectors (default: 384)
provider_id:
type: string
description: >-
(Optional) The ID of the provider to use for this vector store
additionalProperties: false
title: >-
OpenAICreateVectorStoreRequestWithExtraBody
@ -11256,6 +11236,10 @@ components:
"OpenAICreateVectorStoreFileBatchRequestWithExtraBody":
type: object
properties:
vector_store_id:
type: string
description: >-
The ID of the vector store to create the file batch for
file_ids:
type: array
items:
@ -11281,6 +11265,7 @@ components:
auto
additionalProperties: false
required:
- vector_store_id
- file_ids
title: >-
OpenAICreateVectorStoreFileBatchRequestWithExtraBody