Is it possible to integrate local code with the n8n pipeline?

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?

1 Like

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

1 Like

Hi @DanielD,

did the video above help solve your issue?

Best,

Robert