mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 09:53:53 +00:00
doc update
This commit is contained in:
parent
cc48d9e9e6
commit
54a4f415b9
3 changed files with 10 additions and 8 deletions
|
|
@ -163,7 +163,7 @@ class Datasets(Protocol):
|
|||
],
|
||||
"answer": "John Doe"
|
||||
}
|
||||
:param source: The data source of the dataset. Examples:
|
||||
:param source: The data source of the dataset. Ensure that the data source schema is compatible with the purpose of the dataset. Examples:
|
||||
- {
|
||||
"type": "uri",
|
||||
"uri": "https://mywebsite.com/mydata.jsonl"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue