Build Chat PDF app in Python with LangChain, OpenAI, Streamlit | Full project | Learn Coding

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

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

  • @hiddenni
    @hiddenni 9 месяцев назад +1

    is there a way to use llama2 or any open llm instead of openai(chatgpt) ?

    • @JutsuPoint
      @JutsuPoint  9 месяцев назад

      yes you use the model with your choice.

  • @jackaCookie
    @jackaCookie 8 месяцев назад +1

    thanks,i got it!

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

    Can you add streaming response to the output?

  • @gettoxd2880
    @gettoxd2880 9 месяцев назад +1

    I cloned from your github. But i got error AttributeError StuffDocumentChain has no attribute invoke.

    • @JutsuPoint
      @JutsuPoint  9 месяцев назад

      double check your version of langchain and whether it supports invoke or run method.

  • @jayvirsinhchhasatiya
    @jayvirsinhchhasatiya 9 месяцев назад +1

    Hey bro nice tutorial, i am working on similar project where i need to upload multiple pdfs and after that some sample questions should generated and also i can ask questions (same as you did). Can you help me with question generation.

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

      Replace the prompt in the tutorial with something like "generate 5 questions about the topic ___"

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

    Will try to do a personal project to learn that

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

      That's a great way to learn new things!