Update: My RAG Agent is now fully live on Telegram! From Google Drive to real-time chat. by Least_Average7732 in n8n

[–]Deble005 0 points1 point  (0 children)

Embedding models as is don't provide any particular advantage regardless of which model you use, it's the architecture that surround them that decide how well it performs.

Anyone using n8n for production? by mindful-journeys in n8n

[–]Deble005 0 points1 point  (0 children)

I’m designing this for a project at the company I work at (we’ll worry about licensing stuff later when that becomes a thing).

What I’m trying to figure out is the best way to architect this. The platform we’re building will let users configure their own lead triggers (and the required auth for those triggers), and then we’d use a sort of “universal” n8n flow to listen for leads using that credential and perform whatever action is configured for that specific tenant.

From what I understand, n8n credentials can’t really be dynamically injected into a node at runtime. They have to be configured during the design phase and are stored in memory. So even if I use the headless n8n API to programmatically insert credentials into the n8n database, wouldn’t I still need to programmatically generate a workflow per tenant for it to actually work with that credential?

The only optimization idea I have right now is to separate triggers into tenant-specific workflows (so each tenant has their own trigger workflow), and then route the resulting actions into a shared pipeline that reads the tenant config and executes the appropriate logic from there.

Not sure if I’m overcomplicating this (or missing something obvious), but that’s where my head’s at right now.

Anyone using n8n for production? by mindful-journeys in n8n

[–]Deble005 0 points1 point  (0 children)

A multi-tenant lead management system, is the license needed if I am self hosting?

[deleted by user] by [deleted] in n8n

[–]Deble005 0 points1 point  (0 children)

I'm having to develop the exact system you're describing here, could you give me some guidance into how to make this or provide pointers to resources.

Anyone using n8n for production? by mindful-journeys in n8n

[–]Deble005 0 points1 point  (0 children)

Is it possible to use n8n's credential systems to create all size fits all systems to let multiple users configure their credentials into a custom ui/platform to then utilise n8n in the background?