Import Query Set
POST/api/v2/workspaces/:workspace_id/query_sets/import
Imports a query set into deepset Cloud.
Request
Responses
- 200
- 400
- 409
- 415
- 422
Returns the ID of the imported query set.
The CSV file has wrong encoding or doesn't contain the required column 'query'. Upload a valid UTF-8 encoded CSV file.
Change the name of this query set and upload it again. An query set with this name already exists in your workspace.
Upload a valid CSV file as the query set. Currently, we only support the CSV format for query sets.
Validation Error
Was this page helpful?