v0.2.6.5: 🔗Join Nodes
We added a 🔗Join Node, our first Processor node, which lets you concatenate responses and/or input data, within or across LLMs.
We translate words one-by-one in the first Prompt Node:
Then we can join the responses by category, fruit or dessert. Here I've opted for "double newline" formatting:
Finally we chain these lists of items into another Prompt Node, to have an LLM tell us which one is the sweetest item of the list:
Questions? Comments?
The Join Node is a bit of an experimental node. It does a few things, but, please let us know if it doesn't fit your use case or is too limited. And, as always, you can just implement the changes you want, and submit a Pull Request --this will be faster if the change is minor (e.g., adding another formatting option to the Join Node).