Create Chatbot With Custom Data Using Azure OpenAI

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ •

  • @yl95
    @yl95 Рік тому +7

    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

  • @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?

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

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

  • @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.

  • @ivanterrible8960
    @ivanterrible8960 10 місяців тому +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  10 місяців тому

      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.

  • @PrashantBharti-l6c
    @PrashantBharti-l6c Рік тому

    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?

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

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

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

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

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

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

    • @shweta-lodha
      @shweta-lodha  Рік тому

      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

  • @Shoaibkhan-oj3oe
    @Shoaibkhan-oj3oe Рік тому +1

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

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

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

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

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

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

    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  Рік тому

      Unfortunately I do not have anything handy with Angular

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

      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

  • @hemanthkumar-ld5fr
    @hemanthkumar-ld5fr 10 місяців тому

    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  10 місяців тому

      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.

  • @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?

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

    How can I add this bot to our website ?

  • @kumar-yt9gv
    @kumar-yt9gv Рік тому

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

  • @hariram-pz5uz
    @hariram-pz5uz Рік тому

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

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

    I need info on how to create azure storage database

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

    thank you for sharing! immensely helpful

  • @sandeepmishra7045
    @sandeepmishra7045 10 місяців тому

    how can i integrate in my website?

    • @shweta-lodha
      @shweta-lodha  10 місяців тому

      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

  • @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.

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

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

  • @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.

  • @Sainik-Vihar-Layout-Yelankha

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

  • @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?

  • @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.

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

    Amazing. Thank you so much.

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

    Great 👍 can we embedded into website

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

    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 Рік тому

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

    • @shweta-lodha
      @shweta-lodha  Рік тому

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

    • @JohnLee-wv4wq
      @JohnLee-wv4wq Рік тому

      @@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  Рік тому

      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 Рік тому

      @@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.