@@ -122,7 +122,7 @@ def iterrows(
122122 Uses cursor-based pagination.
123123
124124 Args:
125- limit: The number of rows to get per page .
125+ limit: The number of rows to get.
126126
127127 start_index: Index into dataset for the first row to get. Get all rows if None.
128128
@@ -185,8 +185,8 @@ def register(
185185 "Hello, John Doe. How can I help you today?"}, {"role": "user", "content":
186186 "What's my name?"}, ], "answer": "John Doe" }
187187
188- source:
189- The data source of the dataset. Examples: - { "type": "uri", "uri":
188+ source: The data source of the dataset. Ensure that the data source schema is compatible
189+ with the purpose of the dataset. Examples: - { "type": "uri", "uri":
190190 "https://mywebsite.com/mydata.jsonl" } - { "type": "uri", "uri":
191191 "lsfs://mydata.jsonl" } - { "type": "uri", "uri":
192192 "data:csv;base64,{base64_content}" } - { "type": "uri", "uri":
@@ -347,7 +347,7 @@ async def iterrows(
347347 Uses cursor-based pagination.
348348
349349 Args:
350- limit: The number of rows to get per page .
350+ limit: The number of rows to get.
351351
352352 start_index: Index into dataset for the first row to get. Get all rows if None.
353353
@@ -410,8 +410,8 @@ async def register(
410410 "Hello, John Doe. How can I help you today?"}, {"role": "user", "content":
411411 "What's my name?"}, ], "answer": "John Doe" }
412412
413- source:
414- The data source of the dataset. Examples: - { "type": "uri", "uri":
413+ source: The data source of the dataset. Ensure that the data source schema is compatible
414+ with the purpose of the dataset. Examples: - { "type": "uri", "uri":
415415 "https://mywebsite.com/mydata.jsonl" } - { "type": "uri", "uri":
416416 "lsfs://mydata.jsonl" } - { "type": "uri", "uri":
417417 "data:csv;base64,{base64_content}" } - { "type": "uri", "uri":
0 commit comments