Getting Started with LLMs Using LangChain

Large Language Models (LLMs) entered the world stage with the release of OpenAI’s GPT-3 in 2020 [GPT3]. Since then, they’ve enjoyed a steady growth in popularity.

That is until late 2022. Interest in LLMs and the broader discipline of generative AI has skyrocketed. The reasons for this are likely the continuous upward momentum of significant advances in LLMs.


This is a companion discussion topic for the original entry at https://www.pinecone.io/learn/langchain-intro/

Hi, thanks for this article and video, and all the others. I think there is a slight error in the code in the article. The HuggingFaceHub is named hub_llm but in the Asking Multiple Questions section, it is fed in to the LLMChain as flan_t5 which does not exist.

Mark

2 Likes