Dynamic Columns
Extract Entities
Extract entities from a previous column using an LLM
The Extract Entities
dynamic column will use an LLM to extract an array
of entities from a column.
Output type: string[]
Inputs
- Input column: The column to extract entities from
- Language model: The model to use for entity extraction
How does it work?
Under the hood, we use Marvin to do entity extraction.