I self-hosted n8n, and I want to add additional processing to the current pipeline with code, which is written in Python (a whole separate RAG module, a separate repository in essence) is it possible?
I self-hosted n8n, and I want to add additional processing to the current pipeline with code, which is written in Python (a whole separate RAG module, a separate repository in essence) is it possible?
Hi @DanielD,
You can use an execute command and execute the python file from n8n. Here’s a video I made a few weeks ago.
Best,
Robert