Activity
Mon
Wed
Fri
Sun
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
What is this?
Less
More

Memberships

AI Automation Agency Hub

248.7k members • Free

AI Balkan

12 members • Free

AI Automation Society

143.8k members • Free

InsightAI Academy

12.2k members • Free

12 contributions to AI Automation Society
AI Chatbots with n8n?
Honestly, I've fallen asleep with this trend. Question, have any of you built conversational chatbots for companies using n8n? I've been making them for a while, but just for practice and demos. But at a production level, I haven't done any until now that I have the opportunity to test one. Still, I'm not sure if n8n is ultimately the best option for it. This chatbot needs to answer questions about the company and its programs, and schedule appointments. And I already have a large part of it built. But relying on a single prompt to do all that doesn't seem effective to me. But if I split it into several agents, then it's too many calls, which makes it not very cost-effective. So I'm in that dilemma.
2 likes • May 22
@Alain Eboa I am really apologizing for silence, as I was AFK for 2 days. During the weekend I am working on Assistant project anyway so I will make entire example and send the JSON to you. Till then I am attaching image on structure of nodes you could use. I will use Pinecone for that assistant project, but also for playing and testing, Open AI has support for the Vector store to create. In this case I always use OpenAI playground to test my prompt with vector database (https://platform.openai.com/playground) You just write prompt, then select Tools (File > Create vector store) and pay with it while adjusting
1 like • May 24
@Nate Ritter i had a same issue but eventually it is either your prompt or your vector database not filled correctly. OpenAI has great playground. 1. Create prompt that explains the rules 2. Add a tool by creating and attaching vector store as a tool 3. Chat and do refining Link: https://platform.openai.com/playground
What is your approach to AI agents in case of JSON oputput
I am using AI Agents in n8n and needed to output JSON. Of course, LLM outputs text, which I then parse to JSON. However, Even with clear prompt (output JSON only) I noticed inconsistent results. Example - I need from AI to go to link and parse content - Create article TEXT from that content - Create article TITLE from that content - Assign meaningful tags (i.e. from Google Sheet predefined tags list) - Output this as JSON ({contenwt: "...", title: "...", tags: ["..."]}). What is your approach in case you need JSON output from LLM? Should I use different agents for each part (title, content, tags,...) and then Merge it?
1 like • May 14
Yes , i did exactly and it worked perfectly. Strange i was playing with output parser before but for some reason couldn’t make it work
n8n and multi-tenancy
n8n does not have native, first-class multi-tenancy support (as of now), and the "Hard Isolation" is the recommended way as i can see. Basically, create copy of workflow. However this cause maintenance harder. On the other way, "Soft Isolation" is supported more via hacks than natively supported in N8N (and other known tools). Am I wrong? How do you deal with multi-tenancy?
0 likes • May 14
Just did detailed research and seams that only Make appears to have implemented dynamic credential support through a feature called "Dynamic connections."
0 likes • May 14
Yes, i was thinking theme…. Only way for note is to provide “who is client” as input/trigger and then retrieve the data. However i am still not aware of it is possible to send credentials to integrations dynamically? In example, can you send api key to the OpenAI model from previous node?
N8N and calculating workflow cost
It might be really hard but missing feature from the N8N is the way for workflow to output costs of each run so you can easier calculate pricing. This is even more important for multitenancy solutions. I know this depends on support of integrated APIs but would be extremely useful to know this at least for LLM models.
0 likes • May 13
Yes, i was thinking about support for cost for current N8N integrations (where 3rd party enables taking cost via API)
0 likes • May 14
@Oliver B. Do you know any 3; party that does that?
Hi everyone
I'm working on a workflow where I need my agent to generate images not just from text prompts, but also based on existing images that are provided as input. My current setup only handles text-to-image generation. Could anyone share some insights or point me in the right direction for achieving image-to-image generation with an agent?
Hi everyone
1 like • May 14
I haven't personally tried so here is just idea. I am using Replicate to install/use my Image (black-forest-labs / flux-schnell-lora) Apparently, it supports image-to-image generation if you’re running it with the Stable Diffusion WebUI (e.g., AUTOMATIC1111) or an API that supports image-to-image pipelines. I will definitely test as soon as I find time, but this could show you direction maybe.
1-10 of 12
Andrej Kaurin
3
32points to level up
@andrej-kaurin-4383
AI automation enthusiast

Active 3d ago
Joined May 4, 2025
Powered by