Is it possible to create a language chain that has two sources? I need to create a workflow that will accept data from a Google Sheet, query artificial intelligence based on the product name, and check data in another Google Sheet. If it finds a relationship, it will return true and the content from the second sheet. I am unsure how to build such a workflow.
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Thanks for posting here and welcome to the community!
You can totally built this with n8n!
Though, I am not totally sure I understand correctly what your use case is, but you should be able to build this with either our LLM Chain or AI Agent nodes.
Perhaps this will provide a good starting point for you:
You may find some more inspiration in our template collection
It’s best to just get started and share your progress here and if you get stuck or have questions - we’re happy to help!