Having issues running the yarn commands? The installation process changed slightly with the latest release of Flowise. We now need to use PNPM instead of YARN for the install, build and start commands. First, install PNPM by following the instructions on this link: pnpm.io/installation The rest of the instructions in this video is the same, but instead of using YARN, use PNPM INSTALL, PNPM BUILD and PNPM START instead.
Hey guys, hope you enjoy the video! Please hit the like button to help promote the video and subscribe to see more videos on Flowise. Please share you thoughts on Flowise and your project ideas.
I'm writing an ebook about UX design. Can I use Flowise to creating Online Course Curriculum, Lesson Contents + Transcript that ready for us to speak out loud for lesson audio recording based on the ebook pdf file?
Baie dankie Leon, vir al jou shared 'content' ek vind al jou 'training material' extremely useful! en die mannier hoe jy verduidelik is besonders goed - geen fluff!
@@leonvanzyl I'm currently working on Agents. Is it possible to make an application similar to "Sales GPT"? Especially checking the "stage" etc. How can we get things done? Are you planning to make videos similar to this?
Hi leon, I am from Indonesia, thanks to your OpenAI Langchain video, I dared to choose the title for my final university project on an AI system. In Indonesia, there is no discussion on videos like that. Your videos have sparked my interest in delving deeper into AI technology.
The part where you say "skip ahead" needs to come first. Most of us follow along and start doing things ASAP. Now I basically need to start over and do things the simple way.
Hi @leonvanzyl. Absolute legend, love your tutorials. Have seen all of the old Flowise ones and am looking forward to this updated series :) Which one of the old ones would you say are still most "up to date"? And are there any that I should completely disregard? It's been a while since I saw your tutorials, so I am looking through them again. Therefore it would be nice to know :)
Hi Leon, I finally found the 2024 update. I'm bad about not looking at playlists. I know these will be great, just as the originals are. Also, notice the Y Combinator, congratulations. Take care, Wayne
Hehe, glad you found it. The platform changes a lot, so I try to cover the latest features in the newer videos. I'll pass the congrats on to the Flowise team. I don't work for Flowise. I'm just someone who thinks it's a really cool platform 😊.
Guys, I finally figured out how to install Flowise and I can confess it's 29hours later and couple of machine swapping and os re-installation. It was just "PNPM" instead of darn YARN....
Not all heroes wear capes, meneer! Doing us Saffers proud on the AI front. Thank you so much for your updated Flowise tutorial, you have gained a subscriber. I am really looking forward to getting stuck into it and for future content. Keep up the excellent work. 🦸
Thank you for the sub. Each and every sub is important to me and I try to help where I can 😁. Please let me know if you have any questions or content you'd like to see me cover.
@@leonvanzyl been looking through your channel and going to ape into your Python/JS LangChain tuts as I see you follow the same course structure which a) is boss and b) makes a lot of sense. If anything I am looking forward to your next Flowise tut. In the meantime if you could direct me on how to connect LM Studio or similar to Flowise that would be swell but am sure you will do a vid on it in the future. Stay awesome!! 😎
or how to get ollama to actually work using WSL2 cause I am a windows pleb 😝Been struggling. Have gone the docker route and straight via WSL2 to no avail. Keep getting "fetch failed" in Flowise. Any help would be greatly appreciated.
Hey buddy, have you done an episode focusing on the latest and greatest smartest way to scrape using tools like fire crawl? I hear that's the jam. Prob not different from what you've done, however it would likely get some hits and help guys like me. thanks for the great videos. Seriously the best. I've been looking for a tool and tutorials like this. Why code by hand.
Hey Leon, this is a great video and series. Thanks for posting. I've found that the 2nd option to build from source currently does not work as the mirrors seem to be down for one of the material ui components so fell back to installing with npm -g as per your notes and the docs. Digging a bit deeper though I also found the docker compose up command and instructions also on flowise quick start and used that also. Either works but best of all is your commentary on getting this up and running and how it all pins together. Brilliant, thanks.
@@leonvanzyl thanks, this is good to see. I did though learn a lot about the framework by delving more into docker so nothing lost and much gained for me. All down to your video series also, which has accelerated my progress greatly
Hi Leon, thank you for all the explanations, I installed flowise but I have problems when I click on chat, I receive an empty page.Is it because of the `punycode` module.... C:\Windows\System32>npx flowise start 2024-11-12 10:53:44 [INFO]: Starting Flowise... (node:6432) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) 2024-11-12 10:53:44 [INFO]: ⚡ [server]: Flowise Server is listening at 3000 2024-11-12 10:53:44 [INFO]: 📦 [server]: Data Source is being initialized! 2024-11-12 10:53:55 [INFO]: 📦 [server]: Data Source has been initialized!
I'll definitely try to cover AWS at some point. I've tried many different options (commercially for clients) and nothing beats the ease of deployment and cost of Render, so will probably focus on Render first.
Are you referring to docker desktop? Yes, that's an option too. Lol, not sure why I didn't include it. Many people using these tools are not developers and don't want to mess around with getting docker desktop up and running.
In your opinion, when should I use each of the langchain code, flowise and crewai tools? What is the substantial difference between them that sets them apart?
Good question. Langchain is a development framework and you need Python or JavaScript programming skills to create AI apps. Integration with websites and apps are also technical. Flowise is a low-code, visual interface for building AI apps. No need to learn programming to use it. It offers integration out of the box. CrewAI also requires Python coding skills, and can be used to create collaborative agents.
Mate just finished a dump of your whole series from last year and was terrific. Watched everything at least 3 times and set up some sick flows. But I can’t get past one boss level: how to connect an upper level workflow to a lower level one. In other words, how to call a lower level agent workflow via API call from another workflow, while successfully passing paras to the lower level workflow. I can’t read or write JS so my JS is from a micro GPT I built on the OpenAI platform, but no idea whether the Js Finction is correct or not. Would you be able to focus a video or two on deep diving into setting up JS functions for custom tool calls. The boiler plate JS is not working. (Oh and whether it’s possible to use other models like Mistral 7B to call a custom tool and actually be able to parse a JSON response back from the custom tool - or is OpenAI 3.5 T and 4 the only ones that can do that?) Cheers mate. Love your content 🎉❤
They're both awesome platforms. I've used Flowise for production apps and can vouch that it's a stable tool. I haven't used Langflow in any prod apps yet, but going to create a tutorial series on Langflow soon.
Extremely powerful tool and great tutorials, greatly appreciated. Just one stupid question: is there any way to hard code (no LLM) a certain section of the interaction i.e., prompting the user for specific input before handing over the conversation to LLM agents? Couldn't find any tools or components that allow to insert simple dialogue like e.g., Cognigy does.
You could just change the welcome message. It's a configurable value in the embedding API. We'll have a look at changing this in this series, but I do have an order video on web embedding that could help you.
@@leonvanzyl Thanks for the quick answer. What I'm actually looking for is a way to ask the user for three seperate inputs and then handover the interaction to my flow. However, once the interaction is finished the user would need to give new input (x3) again i.e. I require a semi-scripted loop. Is there any built-in components that can do this? Couldn't find any. Do like the fast and simple way to create and deploy react-based GPT bots though! :)
Hi Leon, looking forward to the series - I have Flowise running in Render but am struggling to retrieve my Qdrant online vector store (only get back metadata) . I’m going to keep trying to get help in Flowise discord. Do you have experience with this type of RAG app?
there's a part of your video that shows using yarn to install and the files use pnpm, so I got a conflict having ran both types of installers and had to start over with only pnpm instead of yarn.
Like which tools? I've covered a few on my channel as well, and happy to cover more. So far, for building projects for actual clients, Flowise is a really good option.
Sorry, not familiar with "Wold of AI". There are many frameworks popping up daily and they are mostly experimental. I've tried MANY, and so far Flowise is ahead in terms of being production ready. Happy to look into a specific framework if you can provide a specific name.
Langchain really came a far way, especially with the introduction of LCEL. You might like my LC playlists. Flowise is a lot of fun though, and once you get used to it, it's the fastest way to get a prototype live.
Hi. In the previous playlist, you mentioned deploying to Render. Is that no longer recommended, as I didn't see it mentioned here? This methods in this video are a bit less no-code friendly?
another great tutorial. On git method , if there is an upgrade on flowise repository , do i need to do anything on my envoirement? i also would like to know how i can add authentication (user and password )on git method installation. i intend to install on server and put in production
Thank you! We'll definitely have a look at adding credentials when we deploy to Prod / Cloud 👍. As update, you have to unfortunately delete the folder and clone again. The final method automates this.
Thanks for the feedback. The advantage that i see on git option is that i have access to code and the can adjust for exemple the theme, change the flowise brand name color , etc, as you mention on old series.
I want to create a RAG chatbot in Flowise, and I want the chat response to offer information pertaining to the query asked, and also contain a "button" that when clicked will open a new "popup" with additional details, about the document that was queried, like its name, location, and the place within the document where the response was generated from. Is this possible within the Flowise app? I thought about using the embed functionality but this just allows me to create a button that I can click within a web page to open a chat. Ideally I want to be able to create the RAG chat, ask a question, get a response, and within the response or maybe at the end of the response, have a button I can click to open a popup that will provide the additional details on the document queried in the RAG process. I have created popups within JS code before but not sure how to implement within the Flowise architecture.
Hello Leon, thanks for your guide. I wathcing you from last summer, when I've tried to build a chatbot and I got good result. But now when I've decided to return to work, I got some errors during opening of program, like: "[ERROR]: ❌ [server]: Error during Data Source initialization: SQLITE_ERROR: no such column: ChatFlow.apiConfig." etc. Do you know what is the reason and how can i solve it? I've alredy tried to unistall Flowise and reinstall but with no good result... Thanks in advance🤙
A question for you, When FlowiseAI installed locally by either of the methods you explained beautifully in the video, is there a way to make API calls?
Just to make sure I understand your question. Are you referring to calling Flowise API endpoints in order to interact with your Flowise flows, or are you asking if Flowise flows are able to call external API endpoints? The answer to both is YES by the way and we will cover both in this series 😁
Every time I run your script I get Unable to connect. I did try to install the PNPM after install PowerShell but I kept getting the error: 'Invoke-WebRequest' is not recognized as an internal or external command, operable program or batch file. I could not get it to work
Am I missing something? The chat input box is greyed out even using the most simplest of chat flows. All credentials are correct. Is there a "start" similar to node red's flow start button? Edit: This script appears to be windows centric. NPM install -g also not working. Getting "env: node : No such file or directory" when starting. Usually indicative of windows specific line endings somewhere in the repo. Docker runs but with greyed out input box. Non global install will only run dev mode with greyed input box. The look of this web based app is very enticing but Dify is a no nonsense, works out the box equivalent with same features, however I do prefer the look of Flowise. Pity.
@@leonvanzyl Yes. I followed installation instructions for both node and docker to a T. I have seen TH-camrs mention the grey box and how restarting the script can help, but it doesn't. I thought giving the model time to load Ito RAM and VRam was necessary but it's not that either.
So you have to manually trigger flows? Why is there no "trigger" category? This all only seems useful if the flows can be triggered by events, like received emails or something needs to be done hourly. What is the point if I have to manually start everything?
I'm getting an error with the script when it opens a browser tab. Unable to connect Firefox can’t establish a connection to the server at localhost:3000.
I can't install it locally, tried every way you talked about. Everytime there is some kind of error. Same thing with Langflow, pops out an error, tried everything I found online, nothing worked. Either way, thank you for the effor
I followd the instructions only to fin out the install scripts don't work. As this is the lead video of the series, I am left with a bad impression. As your comments show, the install changed 5 months ago.
Thanks for the tutorial. it is great as usual. after using pnpm start, I got the below error: 2024-03-18 23:23:10 [INFO]: Starting Flowise... 2024-03-18 23:23:10 [INFO]: ⚡ [server]: Flowise Server is listening at 3000 2024-03-18 23:23:10 [INFO]: 📦 [server]: Data Source is being initialized! Migration "AddFileUploadsToChatMessage1701788586491" failed, error: SQLITE_ERROR: error in view view_chat_flow_message: no such table: main.chat_message 2024-03-18 23:23:10 [ERROR]: ❌ [server]: Error during Data Source initialization: SQLITE_ERROR: error in view view_chat_flow_message: no such table: main.chat_message QueryFailedError: SQLITE_ERROR: error in view view_chat_flow_message: no such table: main.chat_message at Statement.handler (F:\Flowise\Flowise ode_modules\.pnpm\typeorm@0.3.20_pg@8.11.3_sqlite3@5.1.7_ts-node@10.9.2 ode_modules\typeorm\driver\sqlite\SqliteQueryRunner.js:88:37) at Statement.replacement (F:\Flowise\Flowise ode_modules\.pnpm\sqlite3@5.1.7 ode_modules\sqlite3\lib\trace.js:25:27) at Statement.replacement (F:\Flowise\Flowise ode_modules\.pnpm\sqlite3@5.1.7 ode_modules\sqlite3\lib\trace.js:25:27) what do you suggest please?
They both use Langchain. Flowise uses the JS version, and Langflow the Python version of Langchain. However, I feel that Flowise is ahead of Langflow in terms of Production readiness. I
@@leonvanzyl many complaints on the discussions , I click add credentials in the credentials tab and no options appear, deleted and re installed 3 versions all the same also there was no options or ability to add on the build page either as the box would not accept input 🥴
Thank you very much for the clips you made. I have watched all of your clips. Thank you very much for sharing. I have a question and would like you to help me make a clip about connecting with Facebook and Instagram. Also reply with pictures and help me make a demo clip. thank you very much
warning flowise@2.0.1: The engine "pnpm" appears to be invalid. $ cd packages/server/bin && run start » Error: command start not found Getting this error when I give Yarn build command
Hi Leon, installing locally, whether I follow your instructions or use your script, flowise runs locally, the minute I try save a workflow It crashes and I get the following error. unhandledRejection: SQLITE_READONLY: attempt to write a readonly database QueryFailedError: SQLITE_READONLY: attempt to write a readonly database at Statement.handler (/Users/waynebruton/flowise/Flowise/node_modules/typeorm/driver/sqlite/SqliteQueryRunner.js:88:37) Any suggestions?
@@leonvanzyl Quick question (I know your tutorials are not there yet), openai assistants, is it possible to let the assistant access the internet as well as the document?
@@leonvanzyl Hey Leon, At 5:30 the video states we can run the .bat file from anywhere on the computer. However, when I from a folder on my desktop, the errors I get go something like this: 1. "ERR_PNPM_NO_PKG_MANIFEST No package .json found C:\Users\###\Desktop\flowise-tutorial-2024-executable\flowise-tutorial-2024-executable". Another error bellow it say: 2. "ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND No package .json (or package yaml, or package . json5) etc. The bat seems to be looking for the PNPM only in the folder the bat is located in... I'm not a coder so this is a bit of a mystery to me. Thanks in advance.
@@leonvanzyl Figured it out... This is where I went wrong: At 5:12 you say, "Now let me show you the simplest way to execute ALL of these previous steps in one single go." The misunderstanding is that, yes, you need to make sure Git, Nodejs, and PNPM are properly installed first and then, and only then, is it "ALL in one go". In my case Git didn't install correctly the first time. Hope this helps someone. Question, will the .run.bat file be updated in the future? That is to say, will we need to check your Git page and download an updated version at some point? Any way, thanks for your good work.
Having issues running the yarn commands?
The installation process changed slightly with the latest release of Flowise. We now need to use PNPM instead of YARN for the install, build and start commands.
First, install PNPM by following the instructions on this link:
pnpm.io/installation
The rest of the instructions in this video is the same, but instead of using YARN, use PNPM INSTALL, PNPM BUILD and PNPM START instead.
taht one works
thanks for this, I was becoming nervous that again something is not working on my comp :)
Thank you so much---i got stuck at that step!!
oh dear I didnt see this
you need to update the git repo.
Hey guys, hope you enjoy the video!
Please hit the like button to help promote the video and subscribe to see more videos on Flowise.
Please share you thoughts on Flowise and your project ideas.
I'm writing an ebook about UX design. Can I use Flowise to creating Online Course Curriculum, Lesson Contents + Transcript that ready for us to speak out loud for lesson audio recording based on the ebook pdf file?
It doesn't work but video itself is perfect. I keep enjoying it
Baie dankie Leon, vir al jou shared 'content' ek vind al jou 'training material' extremely useful! en die mannier hoe jy verduidelik is besonders goed - geen fluff!
Dankie Manie 🙏
Just started working through your series from last year so I'm stoked you're posting these now! Thanks! ❤
Perfect timing 😁.
I started this series again, its just best :) Clear and informative thank you !
That's awesome! Glad you enjoy it. Let me know if there's anything specific you would like me to cover.
@@leonvanzyl I'm currently working on Agents. Is it possible to make an application similar to "Sales GPT"? Especially checking the "stage" etc. How can we get things done? Are you planning to make videos similar to this?
Hi leon, I am from Indonesia, thanks to your OpenAI Langchain video, I dared to choose the title for my final university project on an AI system. In Indonesia, there is no discussion on videos like that. Your videos have sparked my interest in delving deeper into AI technology.
That is amazing to hear! Glad I could be a part of your journey in some way.
Udah jadi gan?
@@DENSUSGAMING udh gan
The part where you say "skip ahead" needs to come first. Most of us follow along and start doing things ASAP. Now I basically need to start over and do things the simple way.
Thank you for taking the time to make this video.
You're welcome 🤗
Hi @leonvanzyl. Absolute legend, love your tutorials. Have seen all of the old Flowise ones and am looking forward to this updated series :) Which one of the old ones would you say are still most "up to date"? And are there any that I should completely disregard? It's been a while since I saw your tutorials, so I am looking through them again. Therefore it would be nice to know :)
Thank you 😁.
Old ones still contain value. The UI changes trip up some people.
Hi Leon, I finally found the 2024 update. I'm bad about not looking at playlists. I know these will be great, just as the originals are. Also, notice the Y Combinator, congratulations. Take care, Wayne
Hehe, glad you found it.
The platform changes a lot, so I try to cover the latest features in the newer videos.
I'll pass the congrats on to the Flowise team. I don't work for Flowise. I'm just someone who thinks it's a really cool platform 😊.
Great video Leon! Can't wait to see more videos in this series!
No need to wait. Second video just dropped 😁
your script is amazeballs
Haha, thanks
These videos are the BEST I have seen. THANK YOU!
Guys, I finally figured out how to install Flowise and I can confess it's 29hours later and couple of machine swapping and os re-installation. It was just "PNPM" instead of darn YARN....
you are a life saver, Thanks.
Very well explained - thank you
Not all heroes wear capes, meneer! Doing us Saffers proud on the AI front. Thank you so much for your updated Flowise tutorial, you have gained a subscriber. I am really looking forward to getting stuck into it and for future content. Keep up the excellent work. 🦸
Thank you for the sub. Each and every sub is important to me and I try to help where I can 😁.
Please let me know if you have any questions or content you'd like to see me cover.
@@leonvanzyl been looking through your channel and going to ape into your Python/JS LangChain tuts as I see you follow the same course structure which a) is boss and b) makes a lot of sense. If anything I am looking forward to your next Flowise tut. In the meantime if you could direct me on how to connect LM Studio or similar to Flowise that would be swell but am sure you will do a vid on it in the future. Stay awesome!! 😎
or how to get ollama to actually work using WSL2 cause I am a windows pleb 😝Been struggling. Have gone the docker route and straight via WSL2 to no avail. Keep getting "fetch failed" in Flowise. Any help would be greatly appreciated.
Hey buddy, have you done an episode focusing on the latest and greatest smartest way to scrape using tools like fire crawl? I hear that's the jam. Prob not different from what you've done, however it would likely get some hits and help guys like me. thanks for the great videos. Seriously the best. I've been looking for a tool and tutorials like this. Why code by hand.
Thank you for this valuable content
You're welcome
Lyon, would you consider doing a tuto on using vectorize (and maybe airbyte) with flowise and/or n8n?
Hey Leon, this is a great video and series. Thanks for posting. I've found that the 2nd option to build from source currently does not work as the mirrors seem to be down for one of the material ui components so fell back to installing with npm -g as per your notes and the docs. Digging a bit deeper though I also found the docker compose up command and instructions also on flowise quick start and used that also. Either works but best of all is your commentary on getting this up and running and how it all pins together. Brilliant, thanks.
Thank you!
There was a bug that affected installation. This was resolved yesterday. Options 2 and 3 work again 👍
@@leonvanzyl thanks, this is good to see. I did though learn a lot about the framework by delving more into docker so nothing lost and much gained for me. All down to your video series also, which has accelerated my progress greatly
Great videos buddy, keep them coming, your my Flowise go-to guy.
Thank you 😁
Thanks, Leon. Looking forward to the next videos in the series.
You're welcome 🤗. Hope you enjoy.
Thank you Leon. I love how detailed you are.
Thank you!
Hi Leon, thank you for all the explanations, I installed flowise but I have problems when I click on chat, I receive an empty page.Is it because of the `punycode` module....
C:\Windows\System32>npx flowise start
2024-11-12 10:53:44 [INFO]: Starting Flowise...
(node:6432) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
2024-11-12 10:53:44 [INFO]: ⚡ [server]: Flowise Server is listening at 3000
2024-11-12 10:53:44 [INFO]: 📦 [server]: Data Source is being initialized!
2024-11-12 10:53:55 [INFO]: 📦 [server]: Data Source has been initialized!
Hi Leon - Please can you go over the AWS Deployment.
I'll definitely try to cover AWS at some point.
I've tried many different options (commercially for clients) and nothing beats the ease of deployment and cost of Render, so will probably focus on Render first.
Wouldn't it be better to dockers flowsie? Great tutorial by the way love it! Thanks so much.
Are you referring to docker desktop?
Yes, that's an option too.
Lol, not sure why I didn't include it.
Many people using these tools are not developers and don't want to mess around with getting docker desktop up and running.
In your opinion, when should I use each of the langchain code, flowise and crewai tools? What is the substantial difference between them that sets them apart?
Good question.
Langchain is a development framework and you need Python or JavaScript programming skills to create AI apps. Integration with websites and apps are also technical.
Flowise is a low-code, visual interface for building AI apps. No need to learn programming to use it. It offers integration out of the box.
CrewAI also requires Python coding skills, and can be used to create collaborative agents.
Mate just finished a dump of your whole series from last year and was terrific. Watched everything at least 3 times and set up some sick flows. But I can’t get past one boss level: how to connect an upper level workflow to a lower level one. In other words, how to call a lower level agent workflow via API call from another workflow, while successfully passing paras to the lower level workflow. I can’t read or write JS so my JS is from a micro GPT I built on the OpenAI platform, but no idea whether the Js Finction is correct or not. Would you be able to focus a video or two on deep diving into setting up JS functions for custom tool calls. The boiler plate JS is not working. (Oh and whether it’s possible to use other models like Mistral 7B to call a custom tool and actually be able to parse a JSON response back from the custom tool - or is OpenAI 3.5 T and 4 the only ones that can do that?)
Cheers mate. Love your content 🎉❤
Thanks for the feedback! Great idea for a topic to cover during the API video. Thanks.
Thanks Leon for your videos, which do you prefer flowise or langflow ? thanks you
They're both awesome platforms. I've used Flowise for production apps and can vouch that it's a stable tool.
I haven't used Langflow in any prod apps yet, but going to create a tutorial series on Langflow soon.
Dag se Leon. Enjoyed Tutorial 1. So this is an alternative (free) to stackai?
I'm not all that familiar with Stack.ai all their features, but it seems so 👍
Extremely powerful tool and great tutorials, greatly appreciated. Just one stupid question: is there any way to hard code (no LLM) a certain section of the interaction i.e., prompting the user for specific input before handing over the conversation to LLM agents? Couldn't find any tools or components that allow to insert simple dialogue like e.g., Cognigy does.
You could just change the welcome message. It's a configurable value in the embedding API.
We'll have a look at changing this in this series, but I do have an order video on web embedding that could help you.
@@leonvanzyl Thanks for the quick answer. What I'm actually looking for is a way to ask the user for three seperate inputs and then handover the interaction to my flow. However, once the interaction is finished the user would need to give new input (x3) again i.e. I require a semi-scripted loop. Is there any built-in components that can do this? Couldn't find any.
Do like the fast and simple way to create and deploy react-based GPT bots though! :)
Hi Leon, looking forward to the series - I have Flowise running in Render but am struggling to retrieve my Qdrant online vector store (only get back metadata) . I’m going to keep trying to get help in Flowise discord. Do you have experience with this type of RAG app?
I honestly prefer Pinecone Serverless lately, no hassles and things JUST WORK. Also really affordable.
@@leonvanzyl awesome thank you, was looking into that this morning- will give it a try, I see they give $100 free to try serverless 😀
@@altonjones5271 exactly, and I've hardly made a dent in the free credit. It's really a great option.
there's a part of your video that shows using yarn to install and the files use pnpm, so I got a conflict having ran both types of installers and had to start over with only pnpm instead of yarn.
Flowise changed from yarn to pnpm after I recorded the video.
Check the pinned comment 😁
HI Leon, Is there any way to populate the HTTP endpoint response from Postman into the Flowise chat window?
Can you compare it to other tools which can do the same I saw many on Wold of Ai
Like which tools?
I've covered a few on my channel as well, and happy to cover more.
So far, for building projects for actual clients, Flowise is a really good option.
Like there are so many. If you check the Account I mentioned and I dont have a overview anymore
Sorry, not familiar with "Wold of AI".
There are many frameworks popping up daily and they are mostly experimental.
I've tried MANY, and so far Flowise is ahead in terms of being production ready.
Happy to look into a specific framework if you can provide a specific name.
@@leonvanzyl Sry I mean the TH-cam channel World Of AI covered many of them
I eventually had to pick up Langchain because configuring each piece is faster with code.
Langchain really came a far way, especially with the introduction of LCEL. You might like my LC playlists.
Flowise is a lot of fun though, and once you get used to it, it's the fastest way to get a prototype live.
Hi There
I am looking for a way to sourcing Buyers and sellers in my Real Estate Business
It would be great to be able to get the code of the flow I worked on! 🤔
Hi. In the previous playlist, you mentioned deploying to Render. Is that no longer recommended, as I didn't see it mentioned here? This methods in this video are a bit less no-code friendly?
I still prefer Render. Check out the "cloud deployment" video in this playlist 🙂
another great tutorial. On git method , if there is an upgrade on flowise repository , do i need to do anything on my envoirement? i also would like to know how i can add authentication (user and password )on git method installation. i intend to install on server and put in production
Thank you for the support.
Those videos still contain good value 😂. There are some UI changes that trip people up.
Thank you!
We'll definitely have a look at adding credentials when we deploy to Prod / Cloud 👍.
As update, you have to unfortunately delete the folder and clone again. The final method automates this.
Thanks for the feedback. The advantage that i see on git option is that i have access to code and the can adjust for exemple the theme, change the flowise brand name color , etc, as you mention on old series.
I want to create a RAG chatbot in Flowise, and I want the chat response to offer information pertaining to the query asked, and also contain a "button" that when clicked will open a new "popup" with additional details, about the document that was queried, like its name, location, and the place within the document where the response was generated from. Is this possible within the Flowise app? I thought about using the embed functionality but this just allows me to create a button that I can click within a web page to open a chat. Ideally I want to be able to create the RAG chat, ask a question, get a response, and within the response or maybe at the end of the response, have a button I can click to open a popup that will provide the additional details on the document queried in the RAG process. I have created popups within JS code before but not sure how to implement within the Flowise architecture.
Hi Leon, is this different to the previous Flowise tutorials you did? Maybe some updates?
It's an update of that series 😎. First series is nearly a year old and Flowise added lots of features and UI changes since then.
@@leonvanzyl Will definitely check it out
hi!! can make playlist flowise tutorial using gemini api?becuase i cant use openai API
*can you
Hello Leon, thanks for your guide. I wathcing you from last summer, when I've tried to build a chatbot and I got good result.
But now when I've decided to return to work, I got some errors during opening of program, like:
"[ERROR]: ❌ [server]: Error during Data Source initialization: SQLITE_ERROR: no such column: ChatFlow.apiConfig." etc.
Do you know what is the reason and how can i solve it? I've alredy tried to unistall Flowise and reinstall but with no good result...
Thanks in advance🤙
No idea. Try updating Flowise perhaps. Hard to say without seeing your Flow.
you're a god bro
Just glad the video was helpful 😁
A question for you,
When FlowiseAI installed locally by either of the methods you explained beautifully in the video, is there a way to make API calls?
Just to make sure I understand your question.
Are you referring to calling Flowise API endpoints in order to interact with your Flowise flows, or are you asking if Flowise flows are able to call external API endpoints?
The answer to both is YES by the way and we will cover both in this series 😁
Both!
You are the best and very much looking forward to this.
Thanks
Hi is it possible to integrate speech to text in flowwise. I have search on web but didn't find any useful resources regardigng this.
Yes, Speech to Text is available in Flowise.
Check out this video.
th-cam.com/video/Sf0e9kD5NPE/w-d-xo.html
Sir sorry, How to integrated api google maps in flowise Ai, i have make chatbot Ai for objek destination recommendation system . Thanks you sir
Looking forward to the series
I've been meaning to create a refresh for a while now. Flowise has changed a lot these last few months.
Leon How do flowise send a file from a Google Drive folder for presentation?
Every time I run your script I get Unable to connect. I did try to install the PNPM after install PowerShell but I kept getting the error:
'Invoke-WebRequest' is not recognized as an internal or external command, operable program or batch file.
I could not get it to work
Thanks for letting me know. I'll look into this. Rather follow the other steps for now
Am I missing something? The chat input box is greyed out even using the most simplest of chat flows. All credentials are correct. Is there a "start" similar to node red's flow start button?
Edit: This script appears to be windows centric. NPM install -g also not working. Getting "env: node
: No such file or directory" when starting. Usually indicative of windows specific line endings somewhere in the repo. Docker runs but with greyed out input box. Non global install will only run dev mode with greyed input box.
The look of this web based app is very enticing but Dify is a no nonsense, works out the box equivalent with same features, however I do prefer the look of Flowise. Pity.
Do you have node installed on your machine?
@@leonvanzyl Yes. I followed installation instructions for both node and docker to a T. I have seen TH-camrs mention the grey box and how restarting the script can help, but it doesn't. I thought giving the model time to load Ito RAM and VRam was necessary but it's not that either.
During my Flowise install on Render, I chose Docker vs Node. Do you think that will cause any issues going forward?
I think both options work.
So you have to manually trigger flows? Why is there no "trigger" category? This all only seems useful if the flows can be triggered by events, like received emails or something needs to be done hourly. What is the point if I have to manually start everything?
Maybe VectorShift would be better suited for your requirements. I have a series on VectorShift on my channel.
Does the Javascript version have the same functionalities as the Python version? Or is the Python version more powerful?
Are you referring to Langchain or Flowise?
Langchain JS and Python are pretty much the same.
Flowise uses the JS version of Langchain.
I'm getting an error with the script when it opens a browser tab.
Unable to connect
Firefox can’t establish a connection to the server at localhost:3000.
same
I can't install it locally, tried every way you talked about. Everytime there is some kind of error.
Same thing with Langflow, pops out an error, tried everything I found online, nothing worked.
Either way, thank you for the effor
What's the error?
Shell script not working on Mac. Does anyone know how to install the script on Mac? Thanks in advance.
Funny thing is, I just run npx Flowise start these days
@@leonvanzyl Hey Leon, not working for me on my Mac, not sure what I am missing.
@@leonvanzyl I got it to work on my Mac, thanks to GPT... I can post the steps here if ok with you to help users on the Mac
My installation in Pop!_OS got error, been trying for many days now.
I followd the instructions only to fin out the install scripts don't work. As this is the lead video of the series, I am left with a bad impression. As your comments show, the install changed 5 months ago.
I use the script on a daily basis. It works.
What's the error you're getting?
Thanks for the tutorial. it is great as usual.
after using pnpm start, I got the below error:
2024-03-18 23:23:10 [INFO]: Starting Flowise...
2024-03-18 23:23:10 [INFO]: ⚡ [server]: Flowise Server is listening at 3000
2024-03-18 23:23:10 [INFO]: 📦 [server]: Data Source is being initialized!
Migration "AddFileUploadsToChatMessage1701788586491" failed, error: SQLITE_ERROR: error in view view_chat_flow_message: no such table: main.chat_message
2024-03-18 23:23:10 [ERROR]: ❌ [server]: Error during Data Source initialization: SQLITE_ERROR: error in view view_chat_flow_message: no such table: main.chat_message
QueryFailedError: SQLITE_ERROR: error in view view_chat_flow_message: no such table: main.chat_message
at Statement.handler (F:\Flowise\Flowise
ode_modules\.pnpm\typeorm@0.3.20_pg@8.11.3_sqlite3@5.1.7_ts-node@10.9.2
ode_modules\typeorm\driver\sqlite\SqliteQueryRunner.js:88:37)
at Statement.replacement (F:\Flowise\Flowise
ode_modules\.pnpm\sqlite3@5.1.7
ode_modules\sqlite3\lib\trace.js:25:27)
at Statement.replacement (F:\Flowise\Flowise
ode_modules\.pnpm\sqlite3@5.1.7
ode_modules\sqlite3\lib\trace.js:25:27)
what do you suggest please?
What is the diff between floweise and langflow
They both use Langchain.
Flowise uses the JS version, and Langflow the Python version of Langchain.
However, I feel that Flowise is ahead of Langflow in terms of Production readiness. I
In terms of functionality, both are the same. The difference is that Flowise is based on JS and Langflow is based on Python.
would be ok if the credentials part worked I tried 3 versions from 1.4 to 1.5 and none worked so useless !!!
What do you mean it doesn't work?
@@leonvanzyl many complaints on the discussions , I click add credentials in the credentials tab and no options appear, deleted and re installed 3 versions all the same also there was no options or ability to add on the build page either as the box would not accept input 🥴
@@leonvanzyl thx for the response
Thank you very much for the clips you made. I have watched all of your clips. Thank you very much for sharing. I have a question and would like you to help me make a clip about connecting with Facebook and Instagram. Also reply with pictures and help me make a demo clip. thank you very much
Amazing videos. Very very helpful
warning flowise@2.0.1: The engine "pnpm" appears to be invalid.
$ cd packages/server/bin && run start
» Error: command start not found
Getting this error when I give Yarn build command
Checked the pinned comment. You need to use pnpm to install 👍
@@leonvanzyl Still getting error
flowise-components#build: command (C:\Flowise_Main\Flowise\packages\components) pnpm run build exited (134)
Tasks: 0 successful, 2 total
Cached: 0 cached, 2 total
Time: 2m23.684s
Failed: flowise-components#build
ERROR run failed: command exited (134)
ELIFECYCLE Command failed with exit code 134.
@@SathishKrishnamoorthy-sk I am also getting this error
Your a legend. Thanks mate.
We must to pay to use OpenAi API
They used to give users free credits. Not sure if that's still the case.
Blikemmer, dankie Leon!
Plesier Daniel 🤣. Jou comment het my dag gemaak!
i know the developer of this heheh
❤️
Hello, is this tutorial (playlist) depreciated? th-cam.com/video/tD6fwQyUIJE/w-d-xo.html
Yes, the new series includes all the latest features.
@@leonvanzyl Thank you! Fantastic tutorial!
Hi Leon, installing locally, whether I follow your instructions or use your script, flowise runs locally, the minute I try save a workflow It crashes and I get the following error. unhandledRejection: SQLITE_READONLY: attempt to write a readonly database
QueryFailedError: SQLITE_READONLY: attempt to write a readonly database
at Statement.handler (/Users/waynebruton/flowise/Flowise/node_modules/typeorm/driver/sqlite/SqliteQueryRunner.js:88:37)
Any suggestions?
Haven't seen that before. Maybe someone in the comments will know.
Maybe you should run the terminal with admin rights. No idea.
@@leonvanzyl Thanks Leon, that actually did the trick running as sudo. Cannot believe I never thought of trying that 😬
@@WayneBruton just glad you figured it out. Enjoy using Flowise 😁
@@leonvanzyl Quick question (I know your tutorials are not there yet), openai assistants, is it possible to let the assistant access the internet as well as the document?
Hi @leonvanzyl, Does Flowise can Integrate to Facebook Messenger?
I'll see if I can create a tutorial on this 👍
Thank you!, I hope flowise will also have the Knowledge base features too. @@leonvanzyl
Is this still working? I'm running into issues.
What's the issue?
Check my pinned comment as well.
Flowise changed to using pnpm after video was recorded.
@@leonvanzyl Hey Leon, At 5:30 the video states we can run the .bat file from anywhere on the computer. However, when I from a folder on my desktop, the errors I get go something like this:
1. "ERR_PNPM_NO_PKG_MANIFEST No package .json found C:\Users\###\Desktop\flowise-tutorial-2024-executable\flowise-tutorial-2024-executable".
Another error bellow it say:
2. "ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND No package .json (or package yaml, or package . json5) etc.
The bat seems to be looking for the PNPM only in the folder the bat is located in...
I'm not a coder so this is a bit of a mystery to me.
Thanks in advance.
@@leonvanzyl Figured it out... This is where I went wrong: At 5:12 you say, "Now let me show you the simplest way to execute ALL of these previous steps in one single go." The misunderstanding is that, yes, you need to make sure Git, Nodejs, and PNPM are properly installed first and then, and only then, is it "ALL in one go". In my case Git didn't install correctly the first time.
Hope this helps someone.
Question, will the .run.bat file be updated in the future? That is to say, will we need to check your Git page and download an updated version at some point?
Any way, thanks for your good work.