Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
is there a way to use llama2 or any open llm instead of openai(chatgpt) ?
yes you use the model with your choice.
thanks,i got it!
Can you add streaming response to the output?
I cloned from your github. But i got error AttributeError StuffDocumentChain has no attribute invoke.
double check your version of langchain and whether it supports invoke or run method.
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.
Replace the prompt in the tutorial with something like "generate 5 questions about the topic ___"
Will try to do a personal project to learn that
That's a great way to learn new things!
is there a way to use llama2 or any open llm instead of openai(chatgpt) ?
yes you use the model with your choice.
thanks,i got it!
Can you add streaming response to the output?
I cloned from your github. But i got error AttributeError StuffDocumentChain has no attribute invoke.
double check your version of langchain and whether it supports invoke or run method.
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.
Replace the prompt in the tutorial with something like "generate 5 questions about the topic ___"
Will try to do a personal project to learn that
That's a great way to learn new things!