How to Build Custom AI Chatbots 🔥(No Code)

Поділитися
Вставка
  • Опубліковано 6 вер 2024
  • In this comprehensive tutorial, we dive into the world of AI chatbots, focusing on a powerful tool called Flow Wise AI. We explore how to set up, use, and deploy this free, user-friendly, drag-and-drop visual AI chatbot builder to create unique user experiences. The tutorial aims to help both coders and non-coders leverage this tool, offering detailed instructions for installing it and embedding it into your websites or web projects. With Flow Wise AI, you can create bespoke AI chatbot experiences, transforming your user interactions and cutting your learning curve in half.
    We guide you through the process of setting up the tool, starting with the installation of Node.js. Then we navigate the Flow Wise AI interface, demonstrating how to create and manage 'chat flows' - individual chatbots each having specific functionality. We demonstrate the tool's versatility by creating a simple conversation chain using a language model, memory module, and a document. We discuss potential use cases and how the tool can be adapted to suit various business needs. Our in-depth tutorial also covers troubleshooting, testing the chatbot, and preparing for deployment.
    In the latter part of the video, we move onto deployment, explaining how to make your chatbot available online. We guide you through setting up a GitHub account to store your chatbot code, and then use Render.com to deploy your chatbot to the cloud. The tutorial also covers important aspects like data persistence, securing your Flow Wise AI instance with a username and password, and finally, embedding the chatbot into a web page. Whether you're a seasoned developer or a no-code enthusiast, this tutorial will empower you to create, deploy, and manage your very own AI chatbot using Flow Wise AI.
    In future videos planned for this series we dive deeper into AI and OpenAI / ChatGPT for no-coders, and how to build further custom no-code AI chatbots, so stay tuned. 😎
    No-Code Tools 🔧 used or discussed in this video:
    1. Softr.io - a visual developer for making web pages and web applications using pre-built blocks & templates:
    www.softr.io/p...
    2.OpenAI.com - probably needs no introduction, the leading artificial intelligence model opened to coders and no-coders alike for implementing LLM Artificial Intelligence into their own application builds.
    3.Flowiseai.com - a drag and drop, no-code AI ChatBot builder
    flowiseai.com/
    We are in the process of developing our No-Code community & all resources accompanying this tutorial can be found inside our community, including an embedded copy of the airtable base shown in this tutorial! The first (🏆) 400 members will have free access for life! Apply Here:
    www.no-code.ie
    As always, thanks for watching and talk to you soon!

КОМЕНТАРІ • 30

  • @chrispodpodkowa
    @chrispodpodkowa Місяць тому

    Wow man, Thanks for this.
    Now can you just make a bunch of different bots and sell them to other businesses and install on multiple website?

  • @launchpedia
    @launchpedia 7 місяців тому +1

    I'm not able to see the document field in conversation chain. Has some updated changed?

  • @user-gv1dm8ge9p
    @user-gv1dm8ge9p Рік тому +3

    This is great, exactly what I’ve been looking for thank you❤

    • @no-code
      @no-code  Рік тому

      Thanks for watching!

  • @rayfellers
    @rayfellers Рік тому +1

    Very detailed to the point where I think I might be able to set one up myself. Probably what I'd want is a method to index a website by crawling the pages. If this can be done from a sitemap, I missed that part.

    • @no-code
      @no-code  Рік тому +2

      Hi Ray, will cover a set up like that in a future vid, would need to use a vector database, something like Pinecone, to enable functionality to crawl a full website and essentially make it "chattable"

  • @justmalhar
    @justmalhar Рік тому +1

    Appreciate your work mate! Kudos from the states

  • @ahmedkagabo
    @ahmedkagabo Рік тому +1

    Good to see you again!

    • @no-code
      @no-code  Рік тому

      Thanks Ahmed, same to you!

  • @rayfellers
    @rayfellers Рік тому

    Fortunately using CC I can follow this. In future videos please increase the recording audio. With my computer's audio at maximum I can barely hear this. Some of us are severely hearing impaired.

    • @no-code
      @no-code  Рік тому

      Hi Ray! Thanks for the feedback and will try to increase recording volume in future vids!

  • @Svun567
    @Svun567 5 місяців тому

    How can you gate the chat bot? So people have to pay to access talking to a bot that has all my knowledge base inside of it

  • @fbravoc9748
    @fbravoc9748 Рік тому +1

    Great tutorial!!! Thanks

    • @no-code
      @no-code  Рік тому +1

      Thanks for the nice comment and for watching!

  • @nwnews8441
    @nwnews8441 7 місяців тому

    Thanks for the video. Everything worked fine, until the moment when I type into my local host chat window. I get the message: "429 You exceeded your current quota, please check your plan and billing details." I've been getting this for the past three days with each try and this is the first time I'm doing this.

  • @ajharrell
    @ajharrell 8 місяців тому

    Thanks for this video. I am running into issues downloading this on apple macbook . Getting errors after running in the terminal. is there a workaround?

    • @ajharrell
      @ajharrell 8 місяців тому

      Solved. No matter the error message follow by "npx flowise start" and it will successfully go through and create localhost. Thanks again!

  • @richardhubbard4239
    @richardhubbard4239 11 місяців тому

    Thanks for this very helpful and good detailed description. I followed it through but when I got to the point of testing the chatbot for the first time I got the following message: This model's maximum context length is 4097 tokens. However, your messages resulted in 11040 tokens. Please reduce the length of the messages.
    Any thoughts on how to solve this?

    • @timburnett8192
      @timburnett8192 8 місяців тому

      I had this issue too, I reduced the text file down to a sentence and it still complains.
      Did you resolve this?

  • @rayfellers
    @rayfellers Рік тому

    Can't install flowise using this command. npm install -g flowise 'npm' is not recognized as an internal or external command, operable program or batch file.

    • @no-code
      @no-code  Рік тому

      Hi Ray! I asked ChatGPT what might be causing the issue here, and it looks like you may not have installed node on your system which is the first step in the video... this is what ChatGPT says:
      The error message 'npm' is not recognized as an internal or external command, operable program or batch file. indicates that npm (Node Package Manager) is not installed on your system, or it's not added to your system's PATH.
      Here's how you can resolve this:
      Check if Node.js and npm are Installed:
      Open a terminal or command prompt and type:
      node -v
      and
      npm -v
      If you get version numbers for both commands, it means they are installed but not added to the PATH. If you get an error for both or one of them, you need to install Node.js and npm.
      Install Node.js and npm:
      If you don't have Node.js and npm installed, you can download and install them from the official Node.js website. The npm comes bundled with Node.js, so you don't need to install it separately.
      Add npm to PATH:
      If Node.js and npm are installed but not recognized, it's likely a PATH issue. Here's how you can add them to your PATH:
      Windows:
      Right-click on the Windows icon and select 'System'.
      Click on 'Advanced system settings'.
      Click on the 'Environment Variables' button.
      Under 'System Variables', find the 'Path' variable and click 'Edit'.
      Click 'New' and add the path to the directory where Node.js and npm are installed. By default, it should be C:\Program Files
      odejs\.
      Click 'OK' to close all the windows.
      macOS/Linux:
      Ensure that /usr/local/bin (or the directory where Node.js and npm are installed) is in your PATH. You can add it to your shell profile file (like .bashrc, .bash_profile, or .zshrc) with:
      bash
      Copy code
      export PATH=$PATH:/usr/local/bin
      Restart Terminal/Command Prompt:
      After making changes, especially to the PATH, you should restart your terminal or command prompt session to ensure the changes take effect.
      Try Installing Again:
      Once you've ensured that npm is accessible from the command line, you can try installing flowise again:
      Copy code
      npm install -g flowise
      If you follow these steps and still face issues, please provide more details about your operating system and the exact steps you've taken, and I'll be happy to help further!

  • @kenny1394
    @kenny1394 Рік тому

    Can i deploy it on my ubuntu VPS?

    • @no-code
      @no-code  Рік тому +1

      According to chatGPT you can, but maybe it is hallucinating 😂 you might try it and let us know if it works?

  • @bubbles5kimba
    @bubbles5kimba Рік тому +1

    Hi. I am very interested in creating custom AI chatbots trained on user-controlled data. I have tried to visit your website via different browsers (Chrome and Firefox) and in a private window in Chrome, but I get a message that the site can't be reached. Please help.

    • @no-code
      @no-code  Рік тому

      Looks like my domain name didn't renew automatically, all good now, thanks for letting me know!

  • @thiurgh
    @thiurgh Рік тому

    Hi Jamie, is your community still active? I requested access a few weeks ago (and still waiting for a response). 😢

    • @no-code
      @no-code  Рік тому +1

      Hi Thijs! Have been a bit out of action due to having a second baby recently, sorry for the delay, you should have a link in your inbox now, enjoy and thanks for watching!!

    • @halluzinogen533
      @halluzinogen533 Рік тому

      @@no-code congrats, and all the best to you and your fam!

    • @no-code
      @no-code  Рік тому

      Thank you!