mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-13 13:42:35 +00:00
undo vector_store_id in params
This commit is contained in:
parent
33d7119708
commit
e6428492e6
11 changed files with 94 additions and 59 deletions
17
docs/static/deprecated-llama-stack-spec.html
vendored
17
docs/static/deprecated-llama-stack-spec.html
vendored
|
|
@ -2623,7 +2623,17 @@
|
|||
],
|
||||
"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": [],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
|
|
@ -12321,10 +12331,6 @@
|
|||
"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": {
|
||||
|
|
@ -12365,7 +12371,6 @@
|
|||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"vector_store_id",
|
||||
"file_ids"
|
||||
],
|
||||
"title": "OpenAICreateVectorStoreFileBatchRequestWithExtraBody",
|
||||
|
|
|
|||
14
docs/static/deprecated-llama-stack-spec.yaml
vendored
14
docs/static/deprecated-llama-stack-spec.yaml
vendored
|
|
@ -1932,7 +1932,14 @@ paths:
|
|||
|
||||
Generate an OpenAI-compatible vector store file batch for the given vector
|
||||
store.
|
||||
parameters: []
|
||||
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
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
|
|
@ -9326,10 +9333,6 @@ 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:
|
||||
|
|
@ -9355,7 +9358,6 @@ components:
|
|||
auto
|
||||
additionalProperties: false
|
||||
required:
|
||||
- vector_store_id
|
||||
- file_ids
|
||||
title: >-
|
||||
OpenAICreateVectorStoreFileBatchRequestWithExtraBody
|
||||
|
|
|
|||
17
docs/static/llama-stack-spec.html
vendored
17
docs/static/llama-stack-spec.html
vendored
|
|
@ -3357,7 +3357,17 @@
|
|||
],
|
||||
"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": [],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
|
|
@ -12847,10 +12857,6 @@
|
|||
"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": {
|
||||
|
|
@ -12891,7 +12897,6 @@
|
|||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"vector_store_id",
|
||||
"file_ids"
|
||||
],
|
||||
"title": "OpenAICreateVectorStoreFileBatchRequestWithExtraBody",
|
||||
|
|
|
|||
14
docs/static/llama-stack-spec.yaml
vendored
14
docs/static/llama-stack-spec.yaml
vendored
|
|
@ -2553,7 +2553,14 @@ paths:
|
|||
|
||||
Generate an OpenAI-compatible vector store file batch for the given vector
|
||||
store.
|
||||
parameters: []
|
||||
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
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
|
|
@ -9791,10 +9798,6 @@ 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:
|
||||
|
|
@ -9820,7 +9823,6 @@ components:
|
|||
auto
|
||||
additionalProperties: false
|
||||
required:
|
||||
- vector_store_id
|
||||
- file_ids
|
||||
title: >-
|
||||
OpenAICreateVectorStoreFileBatchRequestWithExtraBody
|
||||
|
|
|
|||
17
docs/static/stainless-llama-stack-spec.html
vendored
17
docs/static/stainless-llama-stack-spec.html
vendored
|
|
@ -3357,7 +3357,17 @@
|
|||
],
|
||||
"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": [],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
|
|
@ -14856,10 +14866,6 @@
|
|||
"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": {
|
||||
|
|
@ -14900,7 +14906,6 @@
|
|||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"vector_store_id",
|
||||
"file_ids"
|
||||
],
|
||||
"title": "OpenAICreateVectorStoreFileBatchRequestWithExtraBody",
|
||||
|
|
|
|||
14
docs/static/stainless-llama-stack-spec.yaml
vendored
14
docs/static/stainless-llama-stack-spec.yaml
vendored
|
|
@ -2556,7 +2556,14 @@ paths:
|
|||
|
||||
Generate an OpenAI-compatible vector store file batch for the given vector
|
||||
store.
|
||||
parameters: []
|
||||
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
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
|
|
@ -11236,10 +11243,6 @@ 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:
|
||||
|
|
@ -11265,7 +11268,6 @@ components:
|
|||
auto
|
||||
additionalProperties: false
|
||||
required:
|
||||
- vector_store_id
|
||||
- file_ids
|
||||
title: >-
|
||||
OpenAICreateVectorStoreFileBatchRequestWithExtraBody
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue