#Catch remarkable information from any Object
1 messages · Page 1 of 1 (latest)
langchain does have tools available to help you parse rough data objects (ie PDFs). I assume that if you are pulling data from the internet (web scraping), you have the option to already format and store your data in structured objects.
Another thing that you can do with langchainn is create retrieval augmented generations with some models. You can build a database with your objects and have langchain perform a nearest neighbor search on that data via embeddings
Good news is that langchain does have integration with OpenAI API so you can use their models as well
Thank you
COuld you provide me the reference - github or tutorial?
LLaMA 2 70B to rebuild GPT Banker YouTube video: https://www.youtube.com/watch?v=SedGB8m2XLM&ab_channel=NicholasRenotte
LLaMA 2 70B to rebuild GPT Banker GitHub: https://github.com/nicknochnack/Llama2RAG
👨💻 Sign up for the Full Stack course and use YOUTUBE50 to get 50% off:
https://www.coursesfromnick.com/bundles/fullstackml
🐍 Get the free Python course
https://go.coursesfromnick.com/python
Hopefully you enjoyed this video.
💼 Find AWESOME ML Jobs: https://www.jobsfromnick.com
🤖 Get the Code:https://github.com/nicknochnack/Llama2RAG
Learn h...