RIGHT ON TIME - I AM JUST TRYING N-EIGHT-N for the last 2 days. YOU ARE AGAIN STRAIGHT ON POINT - WOW THANK YOU for this video - it is exactly what i needed right now!
Following people like you feels like having my own personal research team keeping me updated! It’s like multiplying myself, you’re an extension or booster of people mind. Kudos! I really appreciate what you do, especially with videos like this that introduce me to tools that can truly impact my projects and research.
Thanks for this useful video tutorial. I have a question. With this N8N, can we build applications for customers with different kind of requirements? Because customer based applications needs to be customized based on different requirements. Is N8N be helpful in all these customization? I hope code needs to be done in some point of time when "No code" could not do the stuff.
Haha, same here. N8N is older and more mature - historicaly a lot of 3rd party integrations (aka building blocks) were developed for it. And it's node-js based. Langflow is meh, tbh. I've been playing with it for a week, it is still full of small bugs and quirks, and the worst thing is - the logging / debugging of your flows there is something that was completely overlooked by developers. But it's python based and every component/building block is very simple to update or introduce new ones.
Thanks for the handy tutorial to n8n and sql DB set up. One quick question: Have you tried to build up an agent which can take both of text and image as input except for using chatgpt (analysis image). I barely can find a solution to utilize other multimodal model, like pixtral, or etc which could run over n8n. Not much info could be found in n8n discord as well.
"Error fetching options from Ollama Chat Model" i have ollama installed and use ollama a lot but no matter what i do it keeps giving me this error i tried GPT04 and sonnet and they can't fix it wtf am i doing wrong
Install this same setup in the cloud; in that way you can serve it for other users. You need to create dockerfile to use it on docker . Or alternatively you can directly use docker images available for n8n, Postgres and ollama
Yes you can use docker to run Postgres. I was just trying to use all these tools without docker. With docker you can run all ollama, n8n and Postgress together . Making it simple . But just for Clarity for beginners, I did like this
What I'm disappointed with the most, is that whatever building blocks are called "agents" here (and in simiral tools like Flowise, Langflow) are just one step things. They don't implement self ask or self critique to understand if the given task was implemented fully and thoroughly. It could be easily the case, that from the first run / first turn of using tools, the goal is not yet achieved, but there's no prompting logic there implemented to get that to know
I was stuck with postgres. I ask Claude and it showed me the steps to setup postgres :) Here the prompt: You are a senior db admin with 20 years of experience. I just installed postgres 14 on my mac, install via `brew install postgresql@14` Then I saw: `initdb --locale=C -E UTF-8 /opt/homebrew/var/postgresql@14` I ran: `brew services start postgresql@14` I ran: psql -U andy -d postgres Then my prompt shows : `postgres=#` TASK: tell me step by step how to create a database name `n8ndb` with the password "n09adfjgponadfgp9hjuy7" Thank you
RIGHT ON TIME - I AM JUST TRYING N-EIGHT-N for the last 2 days.
YOU ARE AGAIN STRAIGHT ON POINT - WOW
THANK YOU for this video - it is exactly what i needed right now!
Following people like you feels like having my own personal research team keeping me updated! It’s like multiplying myself, you’re an extension or booster of people mind. Kudos! I really appreciate what you do, especially with videos like this that introduce me to tools that can truly impact my projects and research.
Your videos are always clear, simple and fast. Thanks Mervin
Sir, your videos are gold! Thank you for teaching me🤲🏽
Just trying it right now. It so much nicer and functional then Flowise. Thank you for this video.
Currently, I’m experimenting with jina AI’s r and s API. Very promising.
Great video Mervin. Bring more from n8n
Nice work keeping the error in the video and troubleshooting..
great vid thank you! there is also the self-hosted-ai-starter-kit by n8n that includes n8n,ollama,qdrant and postgreSQL on a docker file at once.
Sure will check it out
This is amazing, can you make some more videos on n8n local agents
Thanks for this useful video tutorial.
I have a question. With this N8N, can we build applications for customers with different kind of requirements? Because customer based applications needs to be customized based on different requirements. Is N8N be helpful in all these customization? I hope code needs to be done in some point of time when "No code" could not do the stuff.
Thank you. Do you mind sharing your template too? 😊
is that better than agent zero with ollama¿ or any agentic tool for local models¿ it seems amazing.. going to install now.
fast and clean tutorial , create many other videos like this free and fast , my finger on like button ready
How Can we automate it with python. Also can we turn it as web app chat connected with WordPress ? Thanks ❤
ok now i also add n8n to the list of no code tools i have to evaluate before starting doing something real: dify, langflow, flowise, n8n, ... :D
Haha, same here. N8N is older and more mature - historicaly a lot of 3rd party integrations (aka building blocks) were developed for it. And it's node-js based. Langflow is meh, tbh. I've been playing with it for a week, it is still full of small bugs and quirks, and the worst thing is - the logging / debugging of your flows there is something that was completely overlooked by developers. But it's python based and every component/building block is very simple to update or introduce new ones.
N8N was made in pre-AI era, so it's more general purpose thing. Langflow was made with an aim for better focus on LLMs. But still too young, IMHO
Hey this is quite helpful.i want help from your side how to use ominiparser or lavauge models to automatic computer.can you help me with the codes
why am I gettng this error when adding the Postgres Memory Tool "Error in sub-node ‘Postgres Chat Memory may be offline"
Thank you brother you don't know this video is very helpful for me....😊😊😊
I am not able to connect postgres db as local through n8n docker?
Thanks for the handy tutorial to n8n and sql DB set up.
One quick question: Have you tried to build up an agent which can take both of text and image as input except for using chatgpt (analysis image). I barely can find a solution to utilize other multimodal model, like pixtral, or etc which could run over n8n. Not much info could be found in n8n discord as well.
I have tried creating ai agents with customer code to take in both image and text, so it is possible
Can you export this to python ?
do i need to have a payed version of n8n to share workflow on public because I don't see this option in my workflow?
Can i use this tool on mobile or Tablet Android
why i have this error : the value llama3.2 i snot supported
How is this compared to Dify ?
Good one, but better than n8n it would be a free open source workflow manager
"Error fetching options from Ollama Chat Model" i have ollama installed and use ollama a lot but no matter what i do it keeps giving me this error i tried GPT04 and sonnet and they can't fix it wtf am i doing wrong
Please show us How to install OmniParser from Microsoft
Thank you
Can use n8n with what's app, please make tutorial video 🙏🙏
Yes you can, but you might need to add a few more steps
How do you serve this up to users? Does it create the python code to use in docker?
Install this same setup in the cloud; in that way you can serve it for other users.
You need to create dockerfile to use it on docker . Or alternatively you can directly use docker images available for n8n, Postgres and ollama
why dont u run postgres outta docker container? u can use premade kit..
Yes you can use docker to run Postgres. I was just trying to use all these tools without docker.
With docker you can run all ollama, n8n and Postgress together . Making it simple .
But just for Clarity for beginners, I did like this
@@MervinPraison yes
Is it possible on Mac to use the local GPU if everything runs inside a docker container?
there's error
on setting up a n8
🎉
Ты меня бесишь!))
What I'm disappointed with the most, is that whatever building blocks are called "agents" here (and in simiral tools like Flowise, Langflow) are just one step things. They don't implement self ask or self critique to understand if the given task was implemented fully and thoroughly. It could be easily the case, that from the first run / first turn of using tools, the goal is not yet achieved, but there's no prompting logic there implemented to get that to know
speakr
I was stuck with postgres. I ask Claude and it showed me the steps to setup postgres :)
Here the prompt:
You are a senior db admin with 20 years of experience.
I just installed postgres 14 on my mac, install via `brew install postgresql@14`
Then I saw: `initdb --locale=C -E UTF-8 /opt/homebrew/var/postgresql@14`
I ran: `brew services start postgresql@14`
I ran: psql -U andy -d postgres
Then my prompt shows : `postgres=#`
TASK:
tell me step by step how to create a database name `n8ndb`
with the password "n09adfjgponadfgp9hjuy7"
Thank you