Is your feature request related to a problem?
Dataset uploads are currently directed to the /api/v1/evaluations/datasets endpoint, which needs langfuse credentials to upload
Describe the solution you'd like
- Redirect
app/api/evaluations/datasets/route.ts to POST /api/v2/evaluations/datasets
- Maintain the multipart structure:
file, dataset_name, description, duplication_factor (1–5)
Parent: #265
Is your feature request related to a problem?
Dataset uploads are currently directed to the
/api/v1/evaluations/datasetsendpoint, which needs langfuse credentials to uploadDescribe the solution you'd like
app/api/evaluations/datasets/route.tstoPOST /api/v2/evaluations/datasetsfile,dataset_name,description,duplication_factor(1–5)Parent: #265