Flowise | UI For 🦜️🔗 LangChain

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 41

  • @BobbyJune
    @BobbyJune Год назад +1

    finally, a person who walks perfectly a person who doesn't' code into getting installed and opening Flowise. TY!

  • @TF-qt3jh
    @TF-qt3jh Год назад

    ❤Honestly, Data Science Basics is the best. I literally watched almost all RUclips videos associated with LangChain. Many of them just scratch the surface. This video is much more thorough in his explanation about installation, type of chains, how to switch part of template, comparison with LangChain…Please enjoy a cup of coffee thorough Kofi! 🎉

    • @datasciencebasics
      @datasciencebasics  Год назад

      Thanks. Appreciated your feedback. Sure, I will definitely enjoy a cup of coffee 🙂

  • @ilyanemihin6029
    @ilyanemihin6029 Год назад

    Thanks for sharing knowledge! Very interesting topic.

  • @d3mist0clesgee12
    @d3mist0clesgee12 Год назад

    nice, will try this out today, thanks again.

  • @St_Phoenix
    @St_Phoenix 16 дней назад

    Awesome video. In the SQL DB Chain, how would I connect to a local MySQL server instead of a SQL lite?

  • @joser100
    @joser100 Год назад

    Thanks a lot for this one... highly appreciated...

  • @TF-qt3jh
    @TF-qt3jh Год назад +1

    Sorry for my very delayed question. So in this case, we don't have to create any virtual environment?

    • @datasciencebasics
      @datasciencebasics  Год назад

      As far as I know, we don't need to create a virtual environment. While there's not a concept of a "virtual environment" like in Python, the Node ecosystem provides ways to isolate dependencies on a per-project basis through the node_modules folder. However, if you want to have completely isolated environments, similar to Python's virtual environments, you could look into using Docker or other containerisation technologies.

  • @RedCloudServices
    @RedCloudServices Год назад

    Can Langchain w Flowise be setup to (first) try to find answer from my PDF files (or if not - next) ask ChatGPT before sending the answer?

  • @mahaboobkhan524
    @mahaboobkhan524 Год назад

    How can we give prompt if the question is not related to that pdf then say "i don't know please contact EMAIL"

  • @GilbertMizrahi
    @GilbertMizrahi Год назад +1

    Great video. Thanks.
    I have a couple of questions:
    1. Once you export the code, how do you use it to put it online?
    2. In the case of a PDF, how do you make an app that allows the user to load her own PDF?

    • @datasciencebasics
      @datasciencebasics  Год назад

      Hello, once you export the code, you can run locally but for putting it online, you must follow some software development practices (i.e., deploying the app) creating a UI so that one can upload the pdf. For that off-course, there must be frontend , backend involved. Please consult some developer if you really want it to be set in production.

  • @boukm3n
    @boukm3n Год назад

    Your doing God’s work 🙏

  • @nipunwalia6990
    @nipunwalia6990 Год назад

    hey there,
    I was experimenting around this and found out that it cannot analyse the context of data. For eg. I trained it on 10-k of amazon and asked which sector made the most profit, it was unable to answer but if I asked the information with a targeted question like profit earned in automation sector, It gave a accurate answer. Any idea how can I work it out

    • @datasciencebasics
      @datasciencebasics  Год назад

      Hello, you can play around with temperature and also provide specific prompt template. Just play around with different combinations, it might work.

  • @fbravoc9748
    @fbravoc9748 6 месяцев назад

    Thanks for the video, what if the database is a MySQL Database hosted in AWS

  • @swannschilling474
    @swannschilling474 Год назад

    Awesome!!

  • @ashred9665
    @ashred9665 Год назад

    bhai thank you so much!

  • @user-wr4yl7tx3w
    @user-wr4yl7tx3w Год назад

    When I ran it, it doesn't seem to see the PDF file that I uploaded. I also tried saving before running the chat. I'm not sure what else to try.

    • @datasciencebasics
      @datasciencebasics  Год назад

      Strange, did u manage to fix it ? If not, would suggest to delete the existing one and create a new flow.

  • @AtelierIAData
    @AtelierIAData Год назад

    How to get the Custom chatbots explanation file?

  • @user-be5vz7ke6p
    @user-be5vz7ke6p Год назад

    Seems great! One question, i have installed node and then flowise and when i open localhost:3000 the flowise page appear but then comes a pop up asking a login and password.. What should i put there?

    • @datasciencebasics
      @datasciencebasics  Год назад

      Hi, It didn’t pop up for me but in the github there is a way to enable app level authentication. Check that out !

  • @pajisounds
    @pajisounds Год назад

    Thank you for sharing your knowledge. It was a fantastic guide. I would like to change the language, is that possible? because I was going to upload a pdf with my home language and want it to output in the same language.

  • @chrisc9725
    @chrisc9725 Год назад

    Good video bro 👌🏼

  • @armaarma2094
    @armaarma2094 Год назад

    Thank you for the helpful video. Am getting 429 status code in flowise, but I have not send too many requests.

  • @Dr_Tripper
    @Dr_Tripper Год назад

    WHY DO I HAVE A LOGIN SCREEN?

  • @Aria-qx6mp
    @Aria-qx6mp Год назад

    Thank you for the helpful video. May I ask a question? I use AzureChatOpenAI but always get a response "I'm sorry, I cannot answer your question without knowing what it is. Please provide more information.".

    • @datasciencebasics
      @datasciencebasics  Год назад

      hei, I haven’t tested with AzureChatOpenAI but did u provide the API key ? Or did u provide prompt in the template as I am providing ?

    • @Aria-qx6mp
      @Aria-qx6mp Год назад

      @@datasciencebasics Thanks for your response. Yes, I provided correct api key, but wrong template content. Problem resolved, thanks a lot.

  • @rommanalham4094
    @rommanalham4094 Год назад

    Great and valuable content. Can you please explain how the chat can be exported to use in excel. Many thanks

  • @mustafaezzi7262
    @mustafaezzi7262 Год назад

    Are you using paid services for openai api key?

    • @datasciencebasics
      @datasciencebasics  Год назад

      hello, yes I am using paid services for OpenAI api keys.

  • @harratreco
    @harratreco Год назад

    Awesome! Is there a possibility of pure langchain js tutorial? Great work 👏

    • @datasciencebasics
      @datasciencebasics  Год назад

      I am not into JS unfortunately. Hopefully there will be someone creating videos on that side too.

  • @thatboyp444
    @thatboyp444 Год назад

    Hi sir love your clear and concise videos. Do you have discord?

  • @braunbrelin982
    @braunbrelin982 Год назад

    This application crashes on startup for me on my Ubuntu Linux 22.04 platform.
    I get the following when starting npx flowise start
    /home/dummy/src/node_modules/@oclif/core/lib/command.js:41
    delete this.globalFlags?.json;
    ^
    SyntaxError: Unexpected token '.'
    at wrapSafe (internal/modules/cjs/loader.js:915:16)
    at Module._compile (internal/modules/cjs/loader.js:963:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
    at Module.load (internal/modules/cjs/loader.js:863:32)
    at Function.Module._load (internal/modules/cjs/loader.js:708:14)
    at Module.require (internal/modules/cjs/loader.js:887:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object. (/home/bbrelin/src/repos/newsletter/src/node_modules/@oclif/core/lib/index.js:6:19)
    at Module._compile (internal/modules/cjs/loader.js:999:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)

    • @jaden9401
      @jaden9401 Год назад

      I have the issue to build flowise docker image, the Dockerfile is so messy. I spent a lot of time to search online and found this ruclips.net/video/mHdCofclPJE/видео.html, to solve my issue. Building the image too 5 mins.....