Mastering LlamaIndex : Create, Save & Load Indexes, Customize LLMs, Prompts & Embeddings | Code

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

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

  • @siddhantgurung1145
    @siddhantgurung1145 ปีที่แล้ว +3

    Thanks for this quick short and to the point tutorial🛐🛐

  • @lostinadmiration
    @lostinadmiration ปีที่แล้ว +2

    You are doing so great with the videos - well done :) 7K subs!!!

    • @FutureSmartAI
      @FutureSmartAI  ปีที่แล้ว

      Thanks so much! 😊

    • @FutureSmartAI
      @FutureSmartAI  ปีที่แล้ว

      Hey I visited this Month Goa as Workation. I had watched your "Digital Nomad Life in GOA". I also stayed in Arambol.

  • @MarijaManeva-d3s
    @MarijaManeva-d3s 8 หลายเดือนก่อน

    Good Job on the video.
    I have a question for you, is there a way to do this without an openAI key? a workaround?

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

    Sir, 1 Question
    When i apply Index = VectorStoreIndex.from_documents(document) to a large SQL Database file Its take more than 5hours and still its running the code and then I stop it from running.
    Sir, Please tell me whats the problem ? Does this create index of only pdf files ? And if we want to apply to sqlite database file how can we do it ?

  • @ShrikantKadam-q6s
    @ShrikantKadam-q6s ปีที่แล้ว

    TYSM Pradip for this wonderful tutorial. I have a question, how can we save the output of a loader? In my case, I have several URLs to feed and I want to save text data from those URLs after getting loaded by the llama_index loader.

    • @FutureSmartAI
      @FutureSmartAI  ปีที่แล้ว

      When you load docs from directory , you will get list of doc objects and it will have all info. Did you try printing what you got after loading?

    • @ShrikantKadam-q6s
      @ShrikantKadam-q6s ปีที่แล้ว

      @@FutureSmartAI Thanks! for the reply man. Previously it was working. But now, after loading the URLS, I get a list of objects but can't see the text data associated there in my debugger. What could be the probable reason for that?

    • @FutureSmartAI
      @FutureSmartAI  ปีที่แล้ว

      @@ShrikantKadam-q6s These libraries are still new and unstable. Sometime when they upgrade to next version some things stops working

    • @ShrikantKadam-q6s
      @ShrikantKadam-q6s ปีที่แล้ว

      @@FutureSmartAI Yeah.. but it is fetching no data from the URL. I am new to this field so little bit confused.

  • @FatimaHABIB-jm4ji
    @FatimaHABIB-jm4ji ปีที่แล้ว

    Thanks for your efforts. i have a question, how can I insert list of documents to an existing index ?

    • @FutureSmartAI
      @FutureSmartAI  ปีที่แล้ว

      Hi you can load existing index and it has insert method. check this gpt-index.readthedocs.io/en/v0.6.28/how_to/index/document_management.html

  • @cutiestbabyvideos9441
    @cutiestbabyvideos9441 8 หลายเดือนก่อน

    what is the difference between langchain and llama_index

  • @harishvijay1101
    @harishvijay1101 ปีที่แล้ว +1

    Can you share code in git it helps with the video

  • @Slimshady68356
    @Slimshady68356 ปีที่แล้ว +1

    You should hide the open api key , someone will misuse it

    • @FutureSmartAI
      @FutureSmartAI  ปีที่แล้ว +1

      Usually I delete that key later