Azure Open AI Search Demo: Custom Enterprise Data for ChatGPT Setup | Train your Own Data

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

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

  • @a.s.9568
    @a.s.9568 Год назад +4

    Ty for the Video. How can i use my database as source? I already have the database in Cognitive search and i also created indexes. But where can i tell the app that it should use it instead of the pdf's.

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

      May be this sample will work for you. Make sure to select cognitive search and select the column that contains your data. ruclips.net/video/-sr44ZldZoI/видео.html

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

      This uses Azure SQL DB connected to Cognitive Search - ruclips.net/video/mtXxtSZsIpI/видео.html

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

    Followed everything - when i try to run it online, I get an openai error, when i run it locally, I get a Failed to start backend error - any ideas?

  • @Ankur-be7dz
    @Ankur-be7dz Год назад

    can you change the gpt3.5 turbo to gpt4? I tried doing that but its failing everytime I try to deploy using azd up

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

      Make sure gpt-4 is deployed with the name you are using during the deployment.

  • @joraxjorax1911
    @joraxjorax1911 11 месяцев назад

    how to include prompts? thanks

  • @SandeepReddy-h6p
    @SandeepReddy-h6p Год назад +1

    I am uploading new file directly to storage, but its not coming in search. Only was was to add to the data folder in github and run azd up. Is there a way to run processing for just one file.

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

      Current solution do not support. But you can do that using azure functions that gets triggered when you upload a new file in storage account to extract data from form recognizer and send to cognitive search.

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

    For uploading all files at once it does work, but if I want to add file after deployment simply uploading the file into container doesn't work i.e ai is not able to search through the doc. So, how one can add/update documents?

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

      Hoping this sample might work for you - ruclips.net/video/bO0oGtu_gwo/видео.html

  • @PJSingh-t6g
    @PJSingh-t6g 11 месяцев назад

    What was the cost of this? I see you only used one document so the Azure AI Document Intelligence service to process so it would be like 10 dollars for the month correct? Thanks in advance.

    • @Dewiride
      @Dewiride  11 месяцев назад

      Correct. Cost depends on the pages you read.

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

    Thanks for the video
    but i have a question
    How can i connect this demo with mysql database?
    i have 2 question

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

    Getting an error regarding the index...can anyone help me,?

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

      What error?

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

      @@Dewiride Error: () Unknown field 'embedding' in vector field list.
      Parameter name: vectorFields
      Code:
      Message: Unknown field 'embedding' in vector field list.
      Parameter name: vectorFields

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

      do you get the error while deploying the solution?

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

    The model is up and running but it is taking information from online sources as well. What to do?

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

      Modify the system prompt to only look for information from sources.

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

    has anyone encountered the error on line 35 and 39 of prepdocs.ps1: This command cannot be run due to error: The system cannot find the file specified? we have tried to make the updates described in this video to change python to python3 but still getting the same error message.

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

      Python to python3 must only be changed only for mac users and only if alias of python is not created. Go to your terminal and just type python and see if it works. If it works, then you need not change prepdocs.

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

    Hello sir,
    Do you know how ro save chatbot history in the azure storage

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

      We already created a video on this - ruclips.net/video/0joaIgHjbEk/видео.html.

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

      @@Dewiride sir , the chatbot which you have created in the video("Azure Open AI Search Demo: Custom Enterprise Data for ChatGPT Setup | Train your Own Data") i want to save chathistory from this chat bot

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

      The idea is same and even implementation will be same. Ok, let me create a separate video on that. But Azure Storage is not recommended. I will do on Azure Cosmos DB.

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

      @@Dewiride ok sir , thankyou

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

      @@Dewiride Hello sir, can i know when the video will be released.

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

    Note: Azure Open AI Region South Central US has issues during deployment. Please select East US.

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

      I can't deploy azure openai fo my subscription as it needs form to fill up and it reject when I am using my personal subscription. How can we request this to try the scenario out?

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

      Apply here using business email - go.microsoft.com/fwlink/?linkid=2218724

  • @ranjitsingh-h4c
    @ranjitsingh-h4c Год назад

    can i make same app in node js?

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

    Hi, great video, my company has provided me with a resource group, how can i use that resource group and resources to run this repo locally, i have seen the explaination in github repo but it is still very confusing as im new to this, thanks

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

      The best way is to follow the instructions mentioned in the README of the repo to run the solution locally.

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

    how can we create an api call for this bot which can be integrated with our website?

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

      There are 2 api calls - ask and chat endpoints. You can use them in your custom website

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

      Do you know how i can integerate this bot with my main website?
      Like a pop up bot?
      It’s already deployed on the azure backend but i want to integerate it to my main website also it keeps crashing when i hit it with many too many requests. Any way to optimise it?

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

      @@Dewiridejust saw your other video. Will try to implement that and keep you updated. Love your videos bdw.

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

    How can I separate backend and frontend? I want to use only frontend app and backend service is deployed already.

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

      The description has the link to the repo that contains both front end and backend. You can separate them.

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

      We have deployed the backend using azure and have a frontend team. When they tried to run frontend app separately, it was running but was getting internal error on auth_setup call.

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

    Does it take to have a subscription to do this? If so, which ones and how much does it cost?

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

      It requires azure subscription plus access to Azure open AI service. Cost is based on individual services that get created. Following services are used - cognitive search, form recognizer, web app, azure open ai. You can have a look at their pricing and calculate based on your requirement.
      The cost will depend on the pricing tier you choose.

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

      @@Dewiride Thx

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

    Can I adjust the UI of the web app

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

      Yes, you can. The UI source code is under app folder.
      Repository link in the description.

  • @SouravMondal-hb8rz
    @SouravMondal-hb8rz Год назад +1

    Love your content❤. Sir please make a video on creating a chatbot with our own data set.and intregate that chatbot in MS teams. Sir please make a video on it.🙏

    • @Dewiride
      @Dewiride  Год назад +2

      Sure I will

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

      Integrated with MS Teams - ruclips.net/video/mtXxtSZsIpI/видео.html

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

    Thanks for the video. Could you please also setup a Whatsapp Chat bot powered by Azure Open AI ?

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

    I uploaded some documents then i want to deleted few documents from them but still answering the questions from the deleted documents. how to remove them from the vector database?
    And i don’t some services from it how to delete services? If I delete it through azure does it cause any error in gpt?

    • @Dewiride
      @Dewiride  18 дней назад

      If you used Indexer, then you define a property that tells the index to not consider and delete on next indexer run.