llama-stack/tests/integration/datasets/test_dataset.csv
Xi Yan a568bf3f9d
feat(dataset api): (1.5/n) fix dataset registeration (#1659)
# What does this PR do?

- fix dataset registeration & iterrows
> NOTE: the URL endpoint is changed to datasetio due to flaky path
routing

[//]: # (If resolving an issue, uncomment and update the line below)
[//]: # (Closes #[issue-number])

## Test Plan
```
LLAMA_STACK_CONFIG=fireworks pytest -v tests/integration/datasets/test_datasets.py
```
<img width="854" alt="image"
src="https://github.com/user-attachments/assets/0168b352-1c5a-48d1-8e9a-93141d418e54"
/>


[//]: # (## Documentation)
2025-03-15 16:48:09 -07:00

724 B

1input_querygenerated_answerexpected_answerchat_completion_input
2What is the capital of France?LondonParis[{"role": "user", "content": "What is the capital of France?"}]
3Who is the CEO of Meta?Mark ZuckerbergMark Zuckerberg[{"role": "user", "content": "Who is the CEO of Meta?"}]
4What is the largest planet in our solar system?JupiterJupiter[{"role": "user", "content": "What is the largest planet in our solar system?"}]
5What is the smallest country in the world?ChinaVatican City[{"role": "user", "content": "What is the smallest country in the world?"}]
6What is the currency of Japan?YenYen[{"role": "user", "content": "What is the currency of Japan?"}]