Best Tool For Getting Your Data Ready For RAG

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

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

  • @TooyAshy-100
    @TooyAshy-100 3 месяца назад

    Congratulations on reaching 10K, and soon it will be even greater.

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

    Congratulations on ur 10K !!!!!!!

  • @aalamansari8643
    @aalamansari8643 Месяц назад +1

    Sir, using partition_pdf not able to get the bulllet points from pdf like (- Any bullet point). How to get the bullet points, need help sir!

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

    HI sir, have you tried Azure AI Document Intelligence ? we are figuring out which data parser is the most suitable for production RAG apps. Cheers

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

    Great video! I have been using unstructured data connectors to do hydrid searches and text embedding with elasticsearch - would love to see if you have some tips for the JSON mapping there or anything else. Would love to get a function for all data types that can handle all the edge cases

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

    Thanks Sudarshan, could you please make a video on fine tuning llama 3 model ???

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

      You are welcome. Will note that in my to do list !!

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

    Hello Sudarshan. Can you please make a video of the RAG on several PDFs where these PDFs have all text, images, and tables please.

  • @CC-zg4el
    @CC-zg4el 3 месяца назад

    Hi Sudarshan, I have been trying to follow your unstructured tutorials, but I keep getting an erro at the beginning because, apparently, my virtual environment lacks something which I cannot figure out. I also forked and cloned your repository locally, in hope that there is a spec-file.txt file to clone your environment. However, It seems there is not such file. Would you mind sharing a spec-file.txt yo clone your environment and try your notebook? If you have another video where you have already instruct your subscribers how to follow along your tutorial, please just point me in the right direction. Thank you very much for your time!

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

      You are welcome. Installing unstructured python sdk might be challenging as it might need some system level package installation. This video has some ideas and link in the notebook, please follow it there.
      ruclips.net/video/hQu8WN8NuVg/видео.htmlsi=V3N2VjcguzLPMiII

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

    How to install as docker container?

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

      You can read and follow feom the official documentation -> docs.unstructured.io/open-source/installation/docker-installation

    • @drmetroyt
      @drmetroyt 2 месяца назад +1

      ​@@datasciencebasicsI'm not a tech person sir , I'm a medical student i have many PDFs which i want to feed in RAG so i want to install unstructured io in docker but there is no video on internet , although they mention in the documents to install as docker but there is no proper understandble guide

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

      @@drmetroyt ask GPT! It should be able to walk you trough the process or at-least point you in the right direction. It is not an easy subject for a beginner (I am also new to Docker).