mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
fix: address first round of reviews
Signed-off-by: Alina Ryan <aliryan@redhat.com>
This commit is contained in:
parent
402358c8e9
commit
c2f0db9128
26 changed files with 44 additions and 145 deletions
|
|
@ -3887,7 +3887,7 @@ paths:
|
|||
schema:
|
||||
$ref: '#/components/schemas/SupervisedFineTuneRequest'
|
||||
required: true
|
||||
/v1alpha/file-processor/process:
|
||||
/v1alpha/file-processors/process:
|
||||
post:
|
||||
responses:
|
||||
'200':
|
||||
|
|
@ -3909,13 +3909,13 @@ paths:
|
|||
description: Default Response
|
||||
$ref: '#/components/responses/DefaultError'
|
||||
tags:
|
||||
- File Processor
|
||||
- File Processors
|
||||
summary: Process File
|
||||
description: |-
|
||||
Process a file into structured content with optional chunking and embeddings.
|
||||
|
||||
This method processes raw file data and converts it into text content for applications such as vector store ingestion.
|
||||
operationId: process_file_v1alpha_file_processor_process_post
|
||||
operationId: process_file_v1alpha_file_processors_process_post
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
|
|
@ -13005,7 +13005,7 @@ components:
|
|||
- benchmarks
|
||||
- tool_groups
|
||||
- files
|
||||
- file_processor
|
||||
- file_processors
|
||||
- prompts
|
||||
- conversations
|
||||
- inspect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue