Build Your Own RAG Using Unstructured, Llama3 via Groq, Qdrant & LangChain

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

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

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

    Would be great to have a video about such a RAG of HTML, like crawling, scraping, processing and chunking online documentations of multiple sources.
    That is one of the most valuable application of RAG.

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

    Great tutorial, as always ! Could you please show how to extract schematics and fault tree diagrams from the native and scanned pdf documents?
    That would be great addition to graduate from Naive RAG to Advanced RAG.
    Thank you for sharing!

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

    great stuff bro, is this Multimodel?

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

    Could you also make videos on RAG related to business context? Such as using SAP Vector Stores and a complete business scenario on how RAGs can be implemented in business applications? Thanks

  • @tamilil-1857
    @tamilil-1857 5 หลายเดือนก่อน

    great work .. waiting for Chainlit implementation

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

      Thanks, this is similar to this video. Please take help from this.
      RAG With LlamaParse from LlamaIndex & LangChain 🚀
      th-cam.com/video/f9hvrqVvZl0/w-d-xo.html

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

    Thanks a lot you videos always are quite good

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

    Any thought on doing similar for DBRx LLM from databricks.

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

    How can we do a multi modal rag which can take image/text/table into consideration all in one. I don’t want to use gpt 4v.

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

    Hi, could you convert complex PDF documents (with graphics and tables) into an easily readable text format, such as Markdown? The input file would be a PDF and the output file would be a text file (.txt).

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

      hello, you can get some help from this video using Llamaparse.

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

    Please let me know how to change the port of Chainlit as 8000 is already used by my portainer operating other dockers.

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

      You can either provide the different port number in environment variable or provide the port in the terminal, first example,
      chainlit run --port 5000 filename.py
      For more details, consider reading the documentation too :)
      docs.chainlit.io/backend/command-line?t

  • @TooyAshy-100
    @TooyAshy-100 5 หลายเดือนก่อน

    Thank you,,,

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

    Is there an English version?