LLM Dataset Processor avatar
LLM Dataset Processor

Pricing

Pay per usage

Go to Store
LLM Dataset Processor

LLM Dataset Processor

Developed by

Dušan Vystrčil

Dušan Vystrčil

Maintained by Community

Allows you to process output of other actors or stored dataset with single LLM prompt. It's useful if you need to enrich data, summarize content, extract specific information, or manipulate data in a structured way using AI.

0.0 (0)

Pricing

Pay per usage

3

Total users

41

Monthly users

25

Runs succeeded

57%

Issues response

2.6 days

Last modified

12 days ago

0.0.24 (2025-05-28)

  • fixed lint and formatting
    • disabled @typescript-eslint/no-explicit-any rule
  • added new input: Preprocessing function
    • the function is call for each item before it is inserted into the prompt
    • users can modify dataset's items, e.g. concatenate arrays into a single string

0.0.23 (2025-01-07)

  • Updated readme
  • Minor fixes for better readability