How I can use LLM transformer to apply LLM for all data source output and shcema type? #7565
-
Just in case: I have one table with some 10 fields or it will be all tables in data source like for while each table in datasource. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I haven't actually tried it, but it's theoretically possible. For each row of data, we convert it to json and send it to LLM.
The output by LLM transform:
Then you can use JsonPath transform to process the json data. |
Beta Was this translation helpful? Give feedback.
I haven't actually tried it, but it's theoretically possible. For each row of data, we convert it to json and send it to LLM.
eg:
The output by LLM transform: