Create a LLM Chain application in 30 seconds with ⛓️ LangFlow, a GUI for 🦜🔗LangChain...

This video shows you how to create a LLM App within 30 seconds using LangFlow, which is a GUI based on LangChain.

Thanks for reading Cobus Greyling on NLU, NLP, chatbots & voicebots! Subscribe for free to receive new posts and support my work.

LangFlow is a Graphical User Interface for LangChain. LangChain is a framework to build applications which are based on Large Language Models (LLMs).

LLM Based applications are referred to as Generative Applications, Gen Apps, Prompt Chaining, LLM Chaining or LLM Chains.

Applications based on LLMs are usually conversational user interfaces (Conversational UI) due to the nature of LLMs. As the input for LLMs are natural language and also the output.

Thank you for reading Cobus Greyling on NLU, NLP, chatbots & voicebots. This post is public so feel free to share it.

Share

The LangFlow application below is the most basic LLM Chained application constituted by three components. These components are one Prompt Template, On LLM connector and a LLM Chain component.

On the left is the test chat window with the input and the response.

And here is the prompt template:

What is the general weather like in the city of {city}?

Thanks for reading Cobus Greyling on NLU, NLP, chatbots & voicebots! Subscribe for free to receive new posts and support my work.

0 Comments