mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 12:06:04 +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
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue