How-To Build an End-to-End RAG Pipeline with Ollama Using Triplex and LangChain

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

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

  • @fahdmirza
    @fahdmirza  3 месяца назад +4

    🔥SciPhi Triplex - Best Alternate of GraphRAG - Install Locally ruclips.net/video/jxQkyRY3Qco/видео.htmlsi=qKGtquS7LCxdyebm

  • @andrepemmelaar8728
    @andrepemmelaar8728 2 месяца назад

    Very very useful content! Thank you for providing this! Just the right amount of detail!

    • @fahdmirza
      @fahdmirza  2 месяца назад

      Glad you enjoyed it!

  • @hilal53426
    @hilal53426 3 месяца назад

    You are doing an amazing work breaking down the most significant technological ai advances to users🎉

  • @alvinting8705
    @alvinting8705 2 месяца назад

    Can you show us and example how to use the triplex in conjunction with the LLM model? I am curious to know how.

    • @fahdmirza
      @fahdmirza  2 месяца назад

      Already did, plz search the channel.

  • @pocketooth
    @pocketooth 3 месяца назад +4

    I have a question: entities_and_triples were never used after it got created. All the embedding is based on the original text which is a simple RAG. I thought using triplex is to achieve GraphRAG.

    • @tharunbhaskar6795
      @tharunbhaskar6795 3 месяца назад

      thats what I thought lol

    • @henkhbit5748
      @henkhbit5748 3 месяца назад

      me2, i dont see the triplet info used....

    • @hiteshgupta968
      @hiteshgupta968 3 месяца назад

      Yes Correct

    • @amanpatkar7009
      @amanpatkar7009 2 месяца назад

      He just wants to get views. that's all.

    • @hiteshgupta968
      @hiteshgupta968 2 месяца назад

      @@amanpatkar7009 Nothing wrong first of all also I guess we can simply store entities and relationship in txt file and use it further that shall be fine

  • @zulqadarabbas7567
    @zulqadarabbas7567 3 месяца назад

    Hi can we use Llamma3? Or should we have to use Triplex for the entity matching?

    • @fahdmirza
      @fahdmirza  3 месяца назад

      triplex is fine-tuned for this purpose.

  • @themax2go
    @themax2go Месяц назад

    so the big q now here is: how do you create the entity types, entities and predicates from a text? what system (LLM) do you use for that?

    • @fahdmirza
      @fahdmirza  Месяц назад

      plz elaborate the question

  • @ROKKor-hs8tg
    @ROKKor-hs8tg 3 месяца назад

    Thank you, but it is very slow and always makes errors in any book. Is there a browser setting for the first time to deal with a book pdf

  • @themax2go
    @themax2go 3 месяца назад +1

    curious... why using jupyter notebook instead of just python?

    • @fahdmirza
      @fahdmirza  3 месяца назад

      haha. Because, everyone was saying in comments to use notebook instead of python. :)

    • @themax2go
      @themax2go 3 месяца назад

      @@fahdmirza lol ok... in all seriousness though, have you noticed any benefit over "the traditional way"?