Skip to main content

Extract keywords from text

Sophie avatar
Written by Sophie
Updated over 2 weeks ago

Definition and Usage

Extract keywords from a piece of text using AI technology. This command leverages language models to identify and extract the most important or relevant keywords from the provided text content.


Parameter Values

Input parameters

Parameter

Description

Possible Values

Required

Options / Notes

LLM model

Select the language model that best suits your scenario

Available AI models

Yes

DeepSeek (64K) shown in example

Text content

Enter the text content for keyword extraction

Any text

Yes

Can accept variables

Error handling

Parameter Name

Description

Throw error & stop

When an error occurs, the action will trigger an error and stop the execution of the entire app.

Retry command

If an error occurs, the action will retry the command in an attempt to resolve the issue and continue the process.

Ignore error & continue

When an error occurs, the action will be ignored, and the workflow will continue without interruption.

Variables produced

This action produces a variable that stores the extracted keywords from the input text. The output variable can be named according to your preference (shown as "keywords" in the example).


Using Variables in Conditions

You can use variables in the "Text content" field by clicking the {x} icon to insert previously defined variables. For example, you might use a variable containing text from a web scraper or document reader as input for keyword extraction.


Notes

  • The quality of extracted keywords depends on the selected language model and the input text quality.

  • This action requires platform credits as indicated in the interface.

  • For best results, provide clear and focused text content with sufficient context.

  • The extracted keywords will be returned as a structured output that can be used in subsequent workflow actions.

Did this answer your question?