Hey guys I hope you enjoyed the video! If you did please subscribe to the channel! Join our Data Science Discord Here: discord.com/invite/F7dxbvHUhg If you want to watch a full course on Langchain check out Datacamp: datacamp.pxf.io/XYD7Qg Want to solve Python data interview questions: stratascratch.com/?via=ryan I'm also open to freelance data projects. Hit me up at ryannolandata@gmail.com *Both Datacamp and Stratascratch are affiliate links.
@maheshkumar-bj9ci3 ай бұрын
Awesome
@PANDURANG999 ай бұрын
great. what is the difference between use of this as vs directly chatgpt
@RyanAndMattDataScience9 ай бұрын
Langchain uses the open ai api. Way more flexibility and can train on your own data as wel as use agents. Check out the other Langchain vids
@dps1586 ай бұрын
can you provide the code and practice dataset link ?
@QorQar9 ай бұрын
I connected many codes and they did not work computer i3 ram 16C
@RyanAndMattDataScience9 ай бұрын
I’ll eventually get source code in the description it works
@gustavohenrique96099 ай бұрын
Hi there, Ryan. Thanks for the content. I keep getting this error : UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe1 in position 11379: invalid continuation byte. How can I solve it?
@RyanAndMattDataScience9 ай бұрын
Probably an issue with your csv file make sure everything is text only with no weird formatting
@michaelcurious9 ай бұрын
can you do one on an app to interact with multiple pdfs...RAG model?