Skip to content

Commit 6544fd8

Browse files
authored
keeping docs on custom prompting for text only (#582)
1 parent 3fbb325 commit 6544fd8

File tree

4 files changed

+2
-13
lines changed

4 files changed

+2
-13
lines changed

ui/enriching/image-descriptions.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,3 @@ Select **Image**, and then choose one of the following provider (and model) comb
5858
- **Anthropic (Claude 3.5 Sonnet)**. [Learn more](https://www.anthropic.com/news/claude-3-5-sonnet).
5959
- **Amazon Bedrock (Claude 3.5 Sonnet)**. [Learn more](https://aws.amazon.com/bedrock/claude/).
6060
- **Vertex AI (Gemini 2.0 Flash)**. [Learn more](https://cloud.google.com/vertex-ai/generative-ai/docs/gemini-v2).
61-
62-
You can also customize the prompt used for image enrichment. In the **Details** tab, under **Prompt**, click **Edit**. Use the preview button on the
63-
**Input Sample** tab to view the image input, and click **Run Prompt** in the **Edit & Test Prompt** section to test the prompt.

ui/enriching/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To add an enrichment, in an **Enrichment** node in a workflow, select one of the
2222
- **Table** can also provide a representation of each detected table in HTML markup format. [Learn more](/ui/enriching/table-to-html).
2323
- **Text** to provide a list of recognized entities and their types by using a technique called _named entity recognition_ (NER). [Learn more](/ui/enriching/ner).
2424

25-
All enrichment types also support custom prompts. In the **Details** tab, first select the input type (**Image**, **Table**, or **Text**) and choose a provider (and model) combination. Then, under **Prompt**, click **Edit**.
26-
For **Image** and **Table**, use the preview button on the **Input Sample** tab to see the input before running the prompt. You can test your custom prompt in the **Edit & Test Prompt** section by clicking **Run Prompt**.
25+
Currently, the **Text** enrichment type also supports custom prompts. In the **Details** tab, first select the input type **Text** and choose a provider (and model) combination. Then, under **Prompt**, click **Edit**.
26+
Then, you can test your custom prompt in the **Edit & Test Prompt** section by clicking **Run Prompt**.
2727

2828
To add multiple enrichments, create an additional **Enrichment** node for each enrichment type that you want to add.

ui/enriching/table-descriptions.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,3 @@ Select **Table**, and then choose one of the following provider (and model) comb
6969
Make sure after you choose the provider and model, that **Table Description** is also displayed. If **Table Description** and **Table to HTML** are both
7070
displayed, be sure to select **Table Description**.
7171

72-
You can also customize the prompt used for table enrichment. In the **Details** tab, under **Prompt**, click **Edit**. Use the preview button on the
73-
**Input Sample** tab to view the table input, and click **Run Prompt** in the **Edit & Test Prompt** section to test the prompt.

ui/workflows.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,6 @@ import PlatformPartitioningStrategies from '/snippets/general-shared-text/platfo
291291
- **Amazon Bedrock (Claude 3.5 Sonnet)**. [Learn more](https://aws.amazon.com/bedrock/claude/).
292292
- **Vertex AI (Gemini 2.0 Flash)**. [Learn more](https://cloud.google.com/vertex-ai/generative-ai/docs/gemini-v2).
293293

294-
You can also customize the prompt used for image enrichment. In the **Details** tab, under **Prompt**, click **Edit**. Use the preview button on the
295-
**Input Sample** tab to view the image input, and click **Run Prompt** in the **Edit & Test Prompt** section to test the prompt.
296-
297294
[Learn more](/ui/enriching/image-descriptions).
298295

299296
- **Table** to summarize tables. Also select one of the following provider (and model) combinations to use:
@@ -306,9 +303,6 @@ import PlatformPartitioningStrategies from '/snippets/general-shared-text/platfo
306303
Make sure after you choose the provider and model, that **Table Description** is also displayed. If **Table Description** and **Table to HTML** are both
307304
displayed, be sure to select **Table Description**.
308305

309-
You can also customize the prompt used for table enrichment. In the **Details** tab, under **Prompt**, click **Edit**. Use the preview button on the
310-
**Input Sample** tab to view the table input, and click **Run Prompt** in the **Edit & Test Prompt** section to test the prompt.
311-
312306
[Learn more](/ui/enriching/table-descriptions).
313307

314308
- **Table** to convert tables to HTML. Also select one of the following provider (and model) combinations to use:

0 commit comments

Comments
 (0)