Building an OpenAI Custom RAG with LangChain: The Ultimate Tutorial to Chat with your Videos!

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

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

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

    Most folks reach for written form content when thinking about the "A" in a RAG architecture. Mixed media really opens up a lot of possibilities, very cool, nice work!

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

      The whisper API is a really clean way to get audio into a "rag" consumable format

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

    Pretty cool stuff! I should start diving into the Whisper API for podcast transcription.

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

      You should! We have also been playing with @AssemblyAI for speaker identification and time stamping. Maybe we build something with them next!

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

    Hi! I'm pretty new for this kind of stuff. How do I create those .TOML and .lock files? What should be inside of them?

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

      BTW, I got stuck on the print(load). The error is "JSONDecodeError: Expecting value: line 1 column 1 (char 0)". Got no idea why.

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

      If you share a gist.github.com of your code I'm happy to look.
      The .toml and .lock files come from Poetry python-poetry.org it's a replacement tool to pip. If you want you can pip install the same packages.
      I'm also in the langchain discord as @austinbv if you want help dm me there
      Happy coding!

  • @bilalafzal2267
    @bilalafzal2267 9 หลายเดือนก่อน +2

    editor's font size is a little small

    • @austinbv_codes
      @austinbv_codes  9 หลายเดือนก่อน +2

      Thank I was just planning the next video and thinking this. I'll make the font much larger and lose the purple at the bottom so you can see the full terminal better

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

      I just posted a new video - I increased the font size to 200% let me know if that's better. Thanks!