Quick Start Guide
Create an LLM pipeline using one of our ready-made templates and enjoy the benefits of deepset Cloud.
You must be an Admin to perform this task.
In a nutshell, here are the steps to create a search app:
Set Up Your Workspace
You can have up to 10 workspaces. Data and pipelines are not shared among workspaces. Create a workspace where you'll store your data and pipelines.
- Log in to deepset Cloud.
- Click your initials in the upper right corner and choose Workspaces.
- Click Add workspace, give your workspace a name, and save it.
Upload Your Files
Sample Files
You can also use one of the sample datasets we prepared. They're available on the Files page.
Add the files on which you want to run your search:
- Make sure you're in the workspace you just created, and in the left navigation, go to Files > Upload Files.
- Drag the files from your computer and drop them into the Upload Files window.
- Click Upload. Your files are now listed on the Files page.
Create a Pipeline
Now, create a pipeline in the simplest way:
-
In deepset Cloud, go to Pipeline Templates.
-
Find a template that best matches your use case, hover over it, and click Use Template.
-
Give your pipeline a name and click Create Pipeline. You're redirected to the Pipeline Details page.
-
To use your pipeline, you must deploy it first. Click Deploy in the upper right corner. This indexes your files and deploys the pipeline.
Test Your Pipeline
- In deepset Cloud, click Playground.
- Select the pipeline that you just deployed.
- Type a query and click Search to try out your pipeline. That's it!
What To Do Next?
Now you can Share a Pipeline Prototype with real users to let them try it out.
Updated 5 days ago