Advance RAG with Azure & LlamaIndex

Поділитися
Вставка
  • Опубліковано 19 січ 2025

КОМЕНТАРІ • 4

  • @SRIHARSHA-z1f
    @SRIHARSHA-z1f 12 днів тому

    when you create a search index why is the vector index size 0

  • @CaribouDataScience
    @CaribouDataScience 8 місяців тому +2

    Hey, where can I get one of those jumpers?

    • @MG_cafe
      @MG_cafe  8 місяців тому

      I will gift you one :) Send me an email

  • @Shoaibkhan-oj3oe
    @Shoaibkhan-oj3oe 8 місяців тому +1

    I have a csv file with text data, the data set has 3 columns. One is the main title, then the sub title and third point related to the title. I want to set a QnA bot on it. Basically the bot should be able to handle any queries regarding the dataset whether it is a summary of the points mentioned in it or a complete retreival of all the points. The answers should always be detailed and also gpt should use its own knowledge to enhance on based of the retreived data. I tried RAG but rag just provides me information on the chunks retreived but not able to give summarisation or is not able to give all the points from the sub topic. What is the best way to implement such QnA on such dataset. It only has text data. Please any help would be appreciated. I am really stuck on this. I tried asking this in your discord channel as well