forked from phoenix-oss/llama-stack-mirror
source
This commit is contained in:
parent
790b2d5cc0
commit
09039eca57
2 changed files with 4 additions and 4 deletions
4
docs/_static/llama-stack-spec.html
vendored
4
docs/_static/llama-stack-spec.html
vendored
|
@ -6855,7 +6855,7 @@
|
|||
"title": "DatasetPurpose",
|
||||
"description": "Purpose of the dataset. Each type has a different column format."
|
||||
},
|
||||
"data_source": {
|
||||
"source": {
|
||||
"$ref": "#/components/schemas/DataSource"
|
||||
},
|
||||
"metadata": {
|
||||
|
@ -6891,7 +6891,7 @@
|
|||
"provider_id",
|
||||
"type",
|
||||
"purpose",
|
||||
"data_source",
|
||||
"source",
|
||||
"metadata"
|
||||
],
|
||||
"title": "Dataset"
|
||||
|
|
4
docs/_static/llama-stack-spec.yaml
vendored
4
docs/_static/llama-stack-spec.yaml
vendored
|
@ -4746,7 +4746,7 @@ components:
|
|||
title: DatasetPurpose
|
||||
description: >-
|
||||
Purpose of the dataset. Each type has a different column format.
|
||||
data_source:
|
||||
source:
|
||||
$ref: '#/components/schemas/DataSource'
|
||||
metadata:
|
||||
type: object
|
||||
|
@ -4765,7 +4765,7 @@ components:
|
|||
- provider_id
|
||||
- type
|
||||
- purpose
|
||||
- data_source
|
||||
- source
|
||||
- metadata
|
||||
title: Dataset
|
||||
HuggingfaceDataSource:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue