Build your own RAG based LLM Application (Completely Offline!): AI for your documents

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

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

  • @programmingholic
    @programmingholic 6 дней назад +1

    Thaks bro for sharing, it's helpful.

  • @EverydayKarma
    @EverydayKarma 7 дней назад

    Lets goo 🥳

  • @Ramakish
    @Ramakish 5 дней назад

    if we have images in the pdf ,will it process with out error?

    • @yankeem
      @yankeem  2 дня назад

      No, it will just extract the text by default. We have to extract and process images separately in case of multimodal RAG application.

  • @mohammad-xy9ow
    @mohammad-xy9ow 2 дня назад

    Bhai isko sikhne k baad koi job mil skta h kya

  • @docuong9569
    @docuong9569 5 дней назад +1

    error PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\cuongdd\\AppData\\Local\\Temp\\tmprjpx428b.pdf'

  • @MicheleSblendorio-n6v
    @MicheleSblendorio-n6v День назад

    Even though I cloned the repo, it gives me an error regarding the chromadb when I process a document.
    How can I solve it?
    Many thanks!
    if isinstance(target[0], (int, float)) and not isinstance(target[0], bool):
    ~~~~~~^^^
    IndexError: list index out of range in upsert.
    2024-11-26 10:13:23.939 Examining the path of torch.classes raised: Tried to instantiate class '__path__._path', but it does not exist! Ensure that it is registered via torch::class_

    • @yankeem
      @yankeem  5 часов назад

      Resolving in DM.