323 - How to train a chatbot on your own documents?

preview_player
Показать описание
323 - How to train a chatbot on your own documents?
Using openAI and Langchain

Code generated in the video can be downloaded from here:

All other code:
Рекомендации по теме
Комментарии
Автор

Better than most paid courses online! Thanks.

Ethan-gsib
Автор

Thanks, Sreeni. Your content is always the best!

pabolusatyavivek
Автор

Great vid. thank you for your time and effort for these vids.

TLogan-euqt
Автор

I've been using the function ChatOpenai() rather than Openai() to call the model "gpt-3.5-turbo" which costs $0.002 rather than $0.025. Cheaper and more powerful, can still be used for standard querying.

alisonwright
Автор

this was awesome! I never do any coding, and was able to follow and do it

deanstarkey
Автор

Great material! Thanks for sharing, good job 🚀

humaitrix
Автор

you ate amazing mate. thank you for awesome lectures

drayhancolak
Автор

thank you! It's exactly I was looking for.

Автор

Hi Sreeni! Love the content, everything's always amazingly explained. I was wondering if you were planning on covering the YOLOv7 algorithm. It would be really interesting seeing a video of you covering it and your takes on it.
Keep up the good content :)

AlexDerBar
Автор

Always appreciate your work. Thanks sir...

mdabdullahalhasib
Автор

I have an pdf with thousands of pages, is the gpt-4 able to undestand and memorize all of it ? My questions to this big pdf need to correlate all the information.

BlazeArteryak
Автор

Thank you very much for this great video! Could you please let me know here we used ChatGPT or GPT4? And it’s not fine tuning here, it’s embedding, right? Which one do you think is better? Fine tuning or embedding? Thank you very much!

happyg
Автор

nice tutorial... how could I limit the topic only with the PDFs? for example in case that the chatbot must not answer.

amedyasar
Автор

Would be nice to make the same video but for Llama-2. Llama-2 can run in our private cloud. Many companies dont want to use OpenAI because of data privacy concerns. Also Llama-2 is completely free and can run locally for free.

robosergTV
Автор

The biggest problem is the API key. Try to make it using without all this Open AI company. What happen if you dont extend your API key subscription ? Will the pipeline just stop working ?

romanemul
Автор

Does it work of csv filled with numeric data converted to pdf and then imported in the file?

anshikak
Автор

Is it better than chatwithpdf plugin model ?

BlazeArteryak
Автор

Sir Can you please make a video on usage costs of api and other cost factors !

vishnuvardhanvaka
Автор

Hi Sreeni,
I enjoy your content every time I see it.
Just a question why you jumped from 311 to 323?

AdnanKhan-mikf
Автор

May I ask if this tutorial example simply extracts the content from the PDF article as context and sends it along with the question to the OPENAI API? Or is there any training being done locally? I'm curious about this because the video mentioned the use of an API KEY. Thank you.

kai-yihsu