Intro and demo to RAG with Azure OpenAI

Поделиться
HTML-код
  • Опубликовано: 6 фев 2025
  • Retrieval Augmented Generation (RAG) is a technique used to feed more accurate and up to date data to LLM models like ChatGPT. That is because LLM models have two important limitations. They are trained on a massive amount of data, but they not trained on all data available on the internet. In addition to that, they are not trained on customer private data. So the question is how can we feed LLM models with this lacking data so we make sure its answers are accurate and correct.
    Well, this is what RAG will do.
    More details in this video.
    Disclaimer: This video is part of my upcoming course on Udemy. Watch the updates here: www.udemy.com/...
    Follow me on Twitter for more content: / houssemdellai

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

  • @rs33421
    @rs33421 26 дней назад

    This is a great video, love the overview diagram, code walkthrough and clear explanation!

  • @gznqtl
    @gznqtl 3 месяца назад +1

    I am enrolling in your Udemy course, this is exactly what I am looking for a project to create RAG with my company documents. Thank you a lot!

  • @thomaswinter88
    @thomaswinter88 3 месяца назад

    Finally a demo that works. Thanks Houssem.

  • @elruss1
    @elruss1 15 дней назад

    Really really good step through

  • @antonhokkonen7578
    @antonhokkonen7578 5 месяцев назад

    Great video, Houssem! One of the best tutorial on that topic!

  • @mikael-pz4oz
    @mikael-pz4oz 5 месяцев назад

    very good and fresh summary - very good starting point with detaisl implementaiton details

  • @mariastein100
    @mariastein100 5 месяцев назад

    Thanks a lot! Really got content in short time!
    Do you have mor information on which toolset can be used to simplify the data loading process or how to load document types such as pdf in a simple way?

  • @gezquerra
    @gezquerra 3 месяца назад

    Thank you, very good demo!

  • @Renz_Online
    @Renz_Online 5 месяцев назад

    Nice! Do you have a reference for RAG that uses Azure Cosmos DB for MongoDB (vCore)?

  • @RicardoJosue
    @RicardoJosue 5 месяцев назад +1

    Do you have a course for that?

  • @kislaya7239
    @kislaya7239 3 месяца назад

    Can you plese confirm if this is equivalent to AWS Bedrock now? Bedrock also provides inbuilt functionality to apply chunking from a list of chunking methods, porcessing document using multi-model if data has tables and images etc. All that is part of AWS Bedrock Knowledge base functionality now.

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

    Im having trouble accessing extra body/dataSources on the javascript client. Any ideas why? It says the extra param does not exist.

  • @TheKorimilli
    @TheKorimilli 5 месяцев назад

    Good job !

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

    What will your new course cover?

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

    Can we do this for free in azure ai studio????

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

    Thank you!

  • @JanaM-z2k
    @JanaM-z2k 3 месяца назад

    Hi, how can I use that if I do not have only markdown files?