Create a Job
Jobs are configurable workflows that run on your files using a pipeline you choose. Currently, deepset Cloud supports a job for batch question answering.
The job runs once on all files in your workspace. You can see the results on the job details page and you can easily share them as a formatted HTML page. A job processes 10 queries at once to ensure high speed.
Prerequisites
Create a Job
- In the navigation, go to Jobs>New Job.
- Choose the job type, and click Next.
Currently, only batch question answering is supported. You can run the queries on your files:- Run once: You search for an answer to each query among all files. As a result, you get one answer per query.
- Repeat queries per file: The queries are applied to each file. As a result, you get as many answers as there are files.
- Upload your query set or choose a previously uploaded one, and move on to the next step.
- Choose the pipeline you want to use to process the queries. If the pipeline is not indexed, starting the job will trigger indexing. Jobs can only use pipelines that return answers, like RAG, chat, or extractive question answering.
- Give your job a name and choose one of the following:
- To start the job now, click Start Job. The job starts running. It continues running even if you leave the page.
- To save the job as a draft, click Save as Draft. You can run it later from the Jobs page.
Updated 12 days ago
Related Links