Create Chatbot With Custom Data Using Azure OpenAI

Поделиться
HTML-код
  • Опубликовано: 24 июн 2023
  • This video explains about how can we use multiple files as an input to our Azure OpenAI based chatbot. This is a great solution where in you need not to write even single line of code.
    Blog: www.shwetalodha.in/
    Medium: / shweta-lodha
    * REFERRAL LINK ************
    Medium referral link: / membership
    * REFERRAL LINK ************
    ###### MORE PLAYLISTS ######
    ⭐Python for beginners: • #1 Python for Beginner...
    ⭐Python Pandas: • #1 Python Pandas: Intr...
    ⭐Python tips and tricks: • Python Tip: Take Multi...
    ⭐Jupyter tips & tricks: • Jupyter Tip: Run Termi...
    ⭐Microsoft Azure: • Know Response Time Of ...
    ⭐Azure ML and AI: • Getting Started with I...
    ⭐Visual Studio Code a.k.a. VS Code: • How to get started wit...
    #openai #chatgpt #azure
  • НаукаНаука

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

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

    Thank you for this video, you have an example calling the model from C#, using the cognitive search service, having the data in Azure blob files.

    • @shweta-lodha
      @shweta-lodha  10 месяцев назад

      I do not have it as of now

  • @PinkPixelRabbit
    @PinkPixelRabbit Год назад +4

    Thanks for the tutorial, and I have a few questions:
    1. 0:30 Are these features free to use? If not, how much do they cost?
    2. Can I customize the UI of the webapp page at 10:46?
    3. How can I upload or remove my documents on the webapp, must I go back to Azure to manage the data source?

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

    What would the process be to include new data? If i load some new PDF files in the blob container, how can the OpenAi service "index" the bes document?

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

    Thanks for this video. I have a query over here. What if we upload some more files inside blob storage after deploying the Azure OpenAI to my website? Will the chat model search in the new files as well?

  • @yl95
    @yl95 Год назад +5

    1:55 upload local files using Azure Blob storage resource and Azure Cognitive Search resource
    4:17 test applying GPT to local files and data
    4:57 reference local files and data used in the answer
    6:03 refuse to answer unrelated questions
    7:39 deploy to web app
    11:02 successfully deployed web app

  • @jacomonteny4136
    @jacomonteny4136 8 месяцев назад

    0.59 I am searching for this video in the same playlist. Can you help where to find it?

  • @hariram-pz5uz
    @hariram-pz5uz Год назад

    HI mam thanks for the video, Can i implement this setup in my external application uising API

  • @avicool08
    @avicool08 7 месяцев назад

    this is awesome pls post more videos with backend as adls or sql server, with little complex cases.

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

    thank you for sharing! immensely helpful

  • @kumar-yt9gv
    @kumar-yt9gv Год назад

    Thank you for this video. Can this be deployed on azure function??

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

    Great video Shweta, thanks for this. Been looking for a way to ditch Langchain and use something within Microsoft. If I'm building an API, is it possible for us to define the data source through app config instead of adding it in the playground?

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

    Great video! How can we further customize app to include other document from UI and use our own design?

  • @ivanterrible8960
    @ivanterrible8960 4 месяца назад +1

    You go very much nto details, what however lacks is an overview on the components of a chatbot for people who want to get involved with this stuff for the very first time

    • @shweta-lodha
      @shweta-lodha  4 месяца назад

      Agree but I usually focus on implementation part as theoretical portion is already available as part of documentation. If you've nay specific question, do drop me a comment and I'll try to help you out.

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

    What an amazing tutorial! Can you share your example data files?

    • @shweta-lodha
      @shweta-lodha  10 месяцев назад

      Will share it next time for sure.

  • @Shoaibkhan-oj3oe
    @Shoaibkhan-oj3oe Год назад +1

    can you show how to use this bot in my own custom website?

  • @ilovearr
    @ilovearr 7 месяцев назад

    Amazing. Thank you so much.

  • @hemanthkumar-ld5fr
    @hemanthkumar-ld5fr 4 месяца назад

    Thanks @Shweta it is really helpful vedios.
    But this azure storage, search and got model all it costs so much...
    Is there anyway to get the usage cost less please

    • @shweta-lodha
      @shweta-lodha  4 месяца назад

      This cost comes with a safety too. If data privacy and safety is not your concern, then there are many other options, including open-source models. If your data is small, then you can save it locally rather than azure search and use any free/open source to query that.

  • @RaviKumar-yd2su
    @RaviKumar-yd2su Год назад

    Hi , very useful video, can you please create video on complete flow with python program, and we can integrate with external application or API

    • @shweta-lodha
      @shweta-lodha  10 месяцев назад

      Will do soon. Stay tuned!

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

    Great video! Instead of using the webapp provided in Azure, can I call this very chatbot via API in my own webapp instead?

  • @satishkumar-ir9wy
    @satishkumar-ir9wy Год назад

    Hi,
    Thanks for the informative video.
    Instead of text data, how can we input CSV or Excel data to built similar kind of chatbot.

  • @smitamayeedebata8234
    @smitamayeedebata8234 8 месяцев назад

    Thanks for uploading this video. It's really helpful.
    I have to create a chatbot in Angular by integrating with Azure OpenAI & cognitive search and looking for some video. Can you please send if you have any such video.

    • @shweta-lodha
      @shweta-lodha  8 месяцев назад

      Unfortunately I do not have anything handy with Angular

    • @smitamayeedebata8234
      @smitamayeedebata8234 8 месяцев назад

      Thanks for your reply. I have created a chatbot in azure using azure Studio and deployed but not getting how to train that data or how to index it properly. The chatbot is giving response but not giving exact response. can you help me @@shweta-lodha

  • @user-sj4qu8kv3c
    @user-sj4qu8kv3c 10 месяцев назад

    I need info on how to create azure storage database

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

    How can I add this bot to our website ?

  • @peiwang3289
    @peiwang3289 10 месяцев назад +1

    Hi, can we make an API call just to this model in python?

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

    On an average, how many total number of context tokens are being used for each query ?

    • @shweta-lodha
      @shweta-lodha  6 месяцев назад

      That is very easy to calculate, you need to find number of tokens in your context and then add max tokens to it. It will give you per request datapoint

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

    This is awesome. Thanks for the useful video.
    What is the difference between creating custom data chatbot this way and using the langchain? Which among the 2 is a better way?

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

      yes! would you show what is the difference? also include botpress, which solution you suggest?

    • @shweta-lodha
      @shweta-lodha  Год назад +3

      You can use langchain in the same scenario if you want to customise it by your own chunking strategies or you want to integrate some other datastores or say you want to upload files from your local
      machine or you have varied data sources. Hope this answers your question.

  • @denwo1982
    @denwo1982 2 месяца назад

    How would you make the website look like a ChatGPT interface?

  • @Ajay-cl2hn
    @Ajay-cl2hn Год назад

    Is there Any token limit using search service?

    • @shweta-lodha
      @shweta-lodha  Год назад

      I don’t think there is anything called token limit for Azure search. Here charges depend on your index size. But I would recommend you to confirm my understanding with documentation once.

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

    Great 👍 can we embedded into website

  • @sandeepmishra7045
    @sandeepmishra7045 4 месяца назад

    how can i integrate in my website?

    • @shweta-lodha
      @shweta-lodha  4 месяца назад

      This flow doesn’t allow you to integrate. Please refer my other videos where I spoke about REST endpoint and that could work for you

  • @gamedeeds
    @gamedeeds Месяц назад

    Guys I think the add your own data is now not for free tier Pls check that for latest azure ai service changes

  • @JohnLee-wv4wq
    @JohnLee-wv4wq 6 месяцев назад

    How do I make it work with question like "who is George Washington?"

    • @shweta-lodha
      @shweta-lodha  6 месяцев назад

      Just tweak your prompt and allow it to read data from external world

    • @JohnLee-wv4wq
      @JohnLee-wv4wq 6 месяцев назад

      @@shweta-lodha how? I called Microsoft support and they told me once you added your own data source, the chat playground can no longer answer question outside your own data. Do you have a way to do it? thank you!

    • @shweta-lodha
      @shweta-lodha  6 месяцев назад

      Not sure, with whom you spoke but it is indeed possible. Just play around with your prompt and you would be able to achieve it

    • @JohnLee-wv4wq
      @JohnLee-wv4wq 6 месяцев назад

      @@shweta-lodha I spoke with Microsoft support engineer Sai Sudheer Ganta and his response: Issue: You've set up your Azure OpenAI model to utilize your personal data, and as a result, you're no longer receiving responses with data from the public OpenAI.
      Reason: The issue arises when you integrate your own data source into Azure OpenAI, as this prevents the model from generating responses with information from the public Azure OpenAI.
      Solution: Unfortunately, there isn't a solution due to this being product limitation. It's not possible to use your own data while simultaneously receiving responses from public Azure OpenAI.