From 6edc6231bf0ef3f5b828fca7329509921706e153 Mon Sep 17 00:00:00 2001 From: Rodrigo Nader Date: Mon, 13 Mar 2023 14:10:11 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81d9a8d2c..cdcf54c8e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # ⛓️ LangFlow -~ A Flow Interface For [LangChain](https://github.com/hwchase17/langchain) ~ +~ A User Interface For [LangChain](https://github.com/hwchase17/langchain) ~

@@ -20,7 +20,7 @@ ![LangFlow Logo](https://github.com/logspace-ai/langflow/blob/main/img/llm_simple_flow.png) -LangFlow is a UI for [LangChain](https://github.com/hwchase17/langchain), designed with [react-flow](https://github.com/wbkd/react-flow) to provide an effortless way to experiment and prototype flows with the drag-and-drop and chat interfaces. +LangFlow is a GUI for [LangChain](https://github.com/hwchase17/langchain), designed with [react-flow](https://github.com/wbkd/react-flow) to provide an effortless way to experiment and prototype flows with drag-and-drop components and a chat box. ## 📦 Installation @@ -37,7 +37,7 @@ Next, run: Creating flows with LangFlow is easy. Simply drag sidebar components onto the canvas and connect them together to create your pipeline. LangFlow provides a range of [LangChain components](https://langchain.readthedocs.io/en/latest/reference.html) to choose from, including LLMs, prompt serializers, agents, and chains. -Explore by editing prompt parameters, create chains and agents, track an agent's thought process, and export your flow. +Explore by editing prompt parameters, link chains and agents, track an agent's thought process, and export your flow. ## 🔧 Contributing