Create new Prompt Studio project
For every new document type or class you need to structure, you start first by creating a Prompt Studio project. Prompt Studio is a no-code prompt engineering environment in which you can load sample documents, select any combination of LLM, Vector DB, embedding model and Text Extractor and see what kind of results you're able to get.
Let's first create a new Prompt Studio project where we'll structure credit card statements.
- Sign into the Unstract Platform
- From the side navigation menu, choose
Prompt Studio
- Click on the
New Project
button, which should bring up the below dialog box
- For the
Tool Name
, enterCredit Card Statements Parser
- For
Author/Org Name
, enter your name - For
Description
, enterThis project helps parse US Credit Card Statements
. - Click on the
Choose Icon
button, search for "credit card" and select the credit card icon. - Click on the
Save
button to create this new project. - You should see your newly created project in the list of Prompt Studio projects. Click on the project from the list and that should take you into the Prompt Studio.
Next, let's look at how the Prompt Studio is laid out.