Skip to main content

Hello There!

· One min read

Hey there! I'm so glad you've stumbled upon PromptChap, a blog where we'll venture into a few corners of the rapidly evolving world of AI. First, I'll be crafting a tutorial about LangChain, a handy framework used to create applications that utilise large language models.

Why LangChain? Well, it's all about streamlining the process of building applications with large language models, like those GPT models from OpenAI. LangChain comes packed with a variety of tools that enable you to load data from sources such as web pages or PDF documents, store this data as vectors in vector stores, and use it as context when interacting with the large language model. Additionally, it offers a way to create agents—these nifty components provide information on tools that the large language model can choose to use, and they run autonomously until they accomplish their goal.

Stay tuned, as over the next few weeks, I'll be publishing several tutorials on how to make the most of LangChain.