DEV Community

Cover image for Integrate GPT-X with Google Search by using Langchain
Chris Dougherty
Chris Dougherty

Posted on

Integrate GPT-X with Google Search by using Langchain

GPT-3/GPT-4 are fantastic technologies but as of now, they come with a few limitations. One of these limitations is that the large language model that this technology is based, only has knowledge up to a certain date. That's where Langchain comes in. Langchain provides tools to increase GPT-X's capabilities. And one of those capabilities is allowing GPT-X to perform Google searches in order to retrieve up-to-date information. Check out this simple example that can get you up and running in no time!

Top comments (1)

Collapse
 
adrianolem profile image
Adriano •

Thanks mate, we use it when searching items by EAN, good tool