Triggering a workflow from an AI coding assistant in the IDE

Hey,
I have a vectorized DB with Qdrant - done with an n8n workflow, living in a Docker container (desktop).

Is it possible to have the AI model in my IDE connect with the AI Agent node or some other node for RAG purposes?

(n8n v1.65.2)

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

version 1.65.2
Database: postgres
Running via Docker Desktop
OS: Windows 11

Good question, so I guess what you would need to do is start with a webhook node and have a webhook node to respond. Then in your IDE you would need to add a way to send data to a webhook, I don’t have an example of this but if does sound possible.

1 Like

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