How to Use LlamaParse? 🦙 LlamaIndex Tutorial

Sdílet
Vložit
  • čas přidán 29. 08. 2024
  • LlamaParse is a new game changer. This API allows you to efficiently parse and represent PDF files. In this video, I'll walk you through how to speak to a PDF with LlamaParse.
    00:01 Intro
    00:39 Create a virtual environment
    04:10 Load data
    05:15 Load data into the index
    06:16 Talk to PDF
    🚀 Medium: / tirendazacademy
    🚀 X: x.com/tirendaz...
    🚀 LinkedIn: / tirendaz-academy
    ▶️ LangChain Tutorials:
    • LangChain Tutorials
    ▶️ Generative AI Tutorials:
    • Generative AI Tutorials
    ▶️ LLMs Tutorials:
    • LLMs Tutorials
    ▶️ HuggingFace Tutorials:
    • HuggingFace Tutorials ...
    🔥 Thanks for watching. Don't forget to subscribe, like the video, and leave a comment.
    #ai #generativeai #llamaindex

Komentáře • 3

  • @sdplusm3
    @sdplusm3 Před 3 měsíci +1

    Nice video. Thank you.

  • @salmon-ow3oh
    @salmon-ow3oh Před 3 měsíci

    Amazing video, thanks!
    I have a question though, why did we add the chatopenAI API? So the "LLaLlamaParse()" function utilized the Llama Cloud API, and then the "llama__parse_query_engine()" function utilized openAI? or does it use its own LLM?