From 6985e1eb77a24fa191ec22b0ee66b0fc42209579 Mon Sep 17 00:00:00 2001 From: fscelliott <42477011+fscelliott@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:53:48 -0600 Subject: [PATCH] Update getting-started-ai.mdx --- welcome/getting-started-ai.mdx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/welcome/getting-started-ai.mdx b/welcome/getting-started-ai.mdx index 5e01356..1b41725 100644 --- a/welcome/getting-started-ai.mdx +++ b/welcome/getting-started-ai.mdx @@ -9,7 +9,7 @@ Welcome! Sensible is a developer-first platform for extracting structured data f -![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/final/platform.png) +![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/screenshots/platform.png) See the following list for an overview of going live with Sensible: @@ -42,7 +42,7 @@ Let's get started with extracting document data from an example bank statement. Sensible displays an example document in the left pane, and fields of extracted data in the right pane. -![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/final/quickstart_instruct_1.png) +![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/screenshots/quickstart_instruct_1.png) Take the following steps to create a prompt to extract more data from the document. @@ -52,19 +52,19 @@ To extract document data automatically, take the following steps: 1. Click **Query group**: - ![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/final/quickstart_instruct_2.png) + ![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/screenshots/quickstart_instruct_2.png) 2. Click **Auto generate**, then click **Generate**: - ![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/final/quickstart_instruct_auto.png) + ![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/screenshots/quickstart_instruct_auto.png) 3. Sensible automatically generates queries and extracts their answers from the document: - ![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/final/quickstart_instruct_auto_2.png) + ![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/screenshots/quickstart_instruct_auto_2.png) 4. (Optional) Add more queries by clicking **Suggest queries**, selecting the field IDs that interest you, and clicking **Add selected queries**: - ![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/final/quickstart_instruct_auto_3.png) + ![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/screenshots/quickstart_instruct_auto_3.png) To test the automatically generated extraction configuration with another document, see [Test the prompt](welcome/getting-started-ai#test-the-prompt). To author your own extraction configurations, see the following steps. @@ -72,12 +72,12 @@ To test the automatically generated extraction configuration with another docume 1. To author your own LLM prompts to extract data points from the document, click **Query group**. -![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/final/quickstart_instruct_2.png) +![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/screenshots/quickstart_instruct_2.png) 2. Edit the query group as shown in the following screenshot by entering `checking account number (not savings)` in the query field. Click **Extract**. 2. Sensible displays the extracted account number, `8347-32348`, in the **Extracted data** section: -![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/final/quickstart_instruct_3.png) +![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/screenshots/quickstart_instruct_3.png) 4. Click **Back to fields**. @@ -89,7 +89,7 @@ To extract checking account numbers from other bank statements in production, p Click **Publish configuration**, click **Production**, then click **Publish to production**: -![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/final/quickstart_instruct_10.png) +![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/screenshots/quickstart_instruct_10.png) ## Test the prompt @@ -97,11 +97,11 @@ Let's see if the config containing your prompt works with other bank statements. 1. Navigate to . Notice that the left pane now displays a statement for a different customer. -![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/final/quickstart_instruct_8.png) +![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/screenshots/quickstart_instruct_8.png) 2. In the right pane, scroll down to the checking account number field you authored in previous steps. Verify that the extracted information automatically updated to reflect the second example document. For example, the account number updated from `8347-32348` to `9876-12345`: -![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/final/quickstart_instruct_9.png) +![Click to enlarge](https://raw.githubusercontent.com/sensible-hq/sensible-docs/main/readme-sync/assets/v0/images/screenshots/quickstart_instruct_9.png) It looks like your prompt was successful at extracting the checking account number from another document. Great!