L-7 RAG (Retrieval Augmented Generation)

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024

ความคิดเห็น • 39

  • @chinnaiahkotadi4702
    @chinnaiahkotadi4702 3 ชั่วโมงที่ผ่านมา

    Really its good explanation so thanks mam and it is very helpful to students

  • @AkulSamartha
    @AkulSamartha หลายเดือนก่อน

    Super and easy videos to follow. Keep the good work going.

    • @CodeWithAarohi
      @CodeWithAarohi  หลายเดือนก่อน

      Thank you so much 🙂

  • @aminelongo242
    @aminelongo242 หลายเดือนก่อน

    Really good explanation. Thanks Aarohi!

  • @hariharavalliappan2811
    @hariharavalliappan2811 หลายเดือนก่อน

    I'm searching a good content about RAG for a long time, its very useful to understand about RAG process.

  • @gkhan753
    @gkhan753 หลายเดือนก่อน

    Clear and to the point . Really like your style of teaching. Learnt quite a bit here. Thank you!!

  • @saaduddinshaikh5300
    @saaduddinshaikh5300 หลายเดือนก่อน

    Arohi mam, your tutorials are really helpful for me as you explain each and every function, line of code and concept, you are doing great great job

  • @arnavthakur5409
    @arnavthakur5409 2 วันที่ผ่านมา

    Thanks ma'am

  • @neuralnetworkpro
    @neuralnetworkpro หลายเดือนก่อน

    thank you for the video . I like your consistency in moving with GenAI and LLM videos . Lots of love and Success Ahead . Can we make any video where input is image and do the RAG. waiting for it.

    • @CodeWithAarohi
      @CodeWithAarohi  หลายเดือนก่อน

      Sure, Will cover the requested topic soon.

  • @mohammadyahya78
    @mohammadyahya78 หลายเดือนก่อน

    Amazing! We need a series playlist from you please.

  • @dgbits
    @dgbits หลายเดือนก่อน

    Wow Nice training you made our life easy. Please do post tutorials regularly

  • @anirbansarkar6306
    @anirbansarkar6306 หลายเดือนก่อน

    Hi Ma’am, your videos are really helpful. Thank you so much for sharing these contents. Through your videos I quickly get to know the new technology coming in the market. But if possible can you hide the api key and in general any keys you use in your videos?

    • @CodeWithAarohi
      @CodeWithAarohi  หลายเดือนก่อน

      Glad my videos are helpful and I really appreciate your feedback about the API keys. Rest assured, the API keys shown in those videos are deleted after making the videos. But Thanks for pointing that out! 🙂

  • @p.logesharavind3528
    @p.logesharavind3528 หลายเดือนก่อน

    i had an interview,
    using openai, i have created a chat bot similar like chatgpt,
    im able to exactly answer the input question from the document(data)
    during streamlit, im able to create preview the chatbot, during the each input question the output is not generated fastly, in top right corner their is a option "Running" is previewed then only after 15sec its able to give the answer.
    because of this, im not able to explain the answer and i lost the job

    • @CodeWithAarohi
      @CodeWithAarohi  หลายเดือนก่อน

      I'm sorry to hear that your interview didn't go well. Responses delay due to various reasons like - check if you have sufficient resources to run this app. If you're running the demo on a local machine, consider using a machine with a faster CPU or more RAM.

  • @Rits1804-l4r
    @Rits1804-l4r 2 วันที่ผ่านมา

    ma'am plz make the conversational chatbot having previous context too

  • @floatonArt
    @floatonArt หลายเดือนก่อน

    I followed your steps in installation of pytorch and torch vision and open cv yolo v5 etc..success fully I installed opencv2 with cuda support and installed successfully pytorch and torch vision etc but in installation of yolo v5 I got struck at ultralytics then I got know python 3.6 is not compatible with installation of ultralytics. Now I again flashed os into board and I created new virtual environment with python 3.8 now pytorch is not getting installed as my jetpack SDK is 4.5 and I cannot upgrade to 5 as hardware is not supported, but in many articles it is said that ultralytics is important how do I handle this situation 😅

    • @CodeWithAarohi
      @CodeWithAarohi  หลายเดือนก่อน

      You can run yolov8 with deepstream on Jetson nano. Try that now :) I have a video on that also

  • @amalkuttu8274
    @amalkuttu8274 หลายเดือนก่อน +1

    Do I need to pay openai to use their api?.

  • @AkulSamartha
    @AkulSamartha หลายเดือนก่อน

    Can you please make a vide on how to add chat history for this RAG

  • @manikd8525
    @manikd8525 หลายเดือนก่อน

    Can you please explain about the LLM hyper parameters and how it is helpful to get good results

    • @CodeWithAarohi
      @CodeWithAarohi  หลายเดือนก่อน +1

      Will cover in my upcoming videos.

  • @shantilalzanwar8687
    @shantilalzanwar8687 หลายเดือนก่อน

    is is RAG just like search key word and provide output ?

    • @CodeWithAarohi
      @CodeWithAarohi  หลายเดือนก่อน +1

      RAG works by first finding relevant information from a large database and then using that information to help generate a better and more accurate response to a question or query asked by user. We can say that RAG is like combining a smart search engine with a powerful text generator.

    • @shantilalzanwar8687
      @shantilalzanwar8687 หลายเดือนก่อน

      @CodeWithAarohi thanks. Your video showed from website. Can we provide word excel and ppt as input, still can RAG fetch info from those ?

    • @CodeWithAarohi
      @CodeWithAarohi  หลายเดือนก่อน +1

      Yes, you can load data from various sources using different data loaders in langchain.