LangChain Templates Tutorial: Building Production-Ready LLM Apps with LangServe

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

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

  • @alexramos587
    @alexramos587 Час назад

    Nice video.

  • @abhineeth
    @abhineeth 10 месяцев назад +1

    Thank you for the quick tutorial, just wondering how this could be deployed on the web.

    • @FutureSmartAI
      @FutureSmartAI  10 месяцев назад +1

      Hi in the video it has shown how to run it as fastapi which can be deployed. If you want to know how to deploy fastapi on cloud like aws you can watch ruclips.net/video/7FVPn25mmEQ/видео.htmlsi=FAtDYHUduXugcN34

    • @abhineeth
      @abhineeth 10 месяцев назад

      @@FutureSmartAI Thank you.

  • @joseluisbeltramone599
    @joseluisbeltramone599 10 месяцев назад +2

    Very good video. Thanks a lot for making it.

  • @oluwaseunakinropo6318
    @oluwaseunakinropo6318 7 месяцев назад

    Hii Pradip, as usual amazing content you put out there!
    I created a rag app which read each line from a txt file in the same folder, passes it through an api. The returned data is chunked and embedded then passed to the retrieval chain. how best do you think I can do this for large scale process i.e reading the original txt file one after the other, passing it to the LLM and then appending the result into a final file. I would appreciate some insight 🙏🏾

  • @humayounkhan7946
    @humayounkhan7946 10 месяцев назад

    Hi Pradip, how do we make the input document dynamic? meaning if its deployed on a web app, how can someone just input their own documents and the web app would be able to answer based on those new documents instead of something pre-loaded, do we require another API/cloud storage etc?

    • @FutureSmartAI
      @FutureSmartAI  10 месяцев назад

      We can store all uploaded docs in folder and load docs from that folder. If each user only wants to ask questions to their on files it means you need to create seperate index for each user or better when insert doc in vector database add user id in metedata so when that user asks question you only fetch doc which has metadat containing that user id

  • @sapnilpatel1645
    @sapnilpatel1645 10 месяцев назад +1

    Nice tutorial.

  • @suryakothamagiclist
    @suryakothamagiclist 8 месяцев назад

    Hello Pradip, What is the best way to get in touch with you?

    • @FutureSmartAI
      @FutureSmartAI  7 месяцев назад

      You can message me on LinkedIN.

  • @jillanisofttech2977
    @jillanisofttech2977 11 месяцев назад +1

    great tutorial

  • @kaikai7702
    @kaikai7702 7 месяцев назад

    how to add memory in langchaian sever?

    • @FutureSmartAI
      @FutureSmartAI  7 месяцев назад

      In this video I have show how to add memory to chain ruclips.net/video/fss6CrmQU2Y/видео.htmlsi=2QWgHBkJ7eutw-vm

  • @mohanvishe2889
    @mohanvishe2889 6 месяцев назад

    👍