Solutions to “Just KNIME It!” Challenge 11 - Season 2

Thanks, sometimes I have a lot of time, and can create a group of different solutions, For example, in this challenge, I develop 3 different solutions

  • JSON Solution
  • Python Solution
  • XML Solution

Some KNIME are enthusiastic about using different technologies, those come from your own skills

2 Likes

Lean and elegant solution.

2 Likes

Hi Everyone :slight_smile:

Great solutions this week! Thanks for sharing the -Data App Header- component, so I was able to include it in my solution too :slight_smile:

I have made a simple GPT-3 prompt that allows you to insert your API key, model, max tokens and temperature using -String Widget- and -Integer Widget- nodes. I’ve converted the variables to columns and then to JSON using the -Columns to JSON- node.

The -POST Request- node sends the request and receives the response. The response is then converted to a string using -JSON Path- and -Ungroup- nodes. The Answer is finally displayed using the -Text Output Widget- node.

You can find my workflow on the hub here:

Best wishes
Heather

6 Likes

:nerd_face: Hello, hello! As always on Tuesdays, here’s our solution to last week’s challenge! :nerd_face:

We were once again very happy with your submissions this week! Glad we decided to ride GPT’s wave :ocean: and could then offer another useful challenge to our community! :slight_smile:

5 Likes

Hey, crazy KNIMErs!

Here is my solution: JKISeason2-11 Ángel Molina – KNIME Community Hub
Nothing special, very similar to @HaveF , I just fixed one bug and on the other hand, many thanks to my friend from Mexico @elimisael for helping me to understand the challenge with the solution with the JSON nodes.

Tomorrow I´m going to upload a short video from the solution, it there is someone interested in it, here is my LinkedIn

4 Likes

Whoah! I’m loving this new trend of you folks making videos for the solutions!

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.