mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-21 03:59:42 +00:00
feat: rebase and implement file API methods
Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
This commit is contained in:
parent
61bddfe70e
commit
3d27b7054c
13 changed files with 195 additions and 141 deletions
13
docs/_static/llama-stack-spec.yaml
vendored
13
docs/_static/llama-stack-spec.yaml
vendored
|
@ -8095,6 +8095,19 @@ components:
|
|||
ttl_seconds:
|
||||
type: integer
|
||||
description: The time to live of the chunks.
|
||||
params:
|
||||
type: object
|
||||
additionalProperties:
|
||||
oneOf:
|
||||
- type: 'null'
|
||||
- type: boolean
|
||||
- type: number
|
||||
- type: string
|
||||
- type: array
|
||||
- type: object
|
||||
description: >-
|
||||
Optional parameters for the insertion operation, such as distance_metric
|
||||
for vector databases.
|
||||
additionalProperties: false
|
||||
required:
|
||||
- vector_db_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue