From c642aeed2759b8be2cd5d36b4ad45f33ef775b91 Mon Sep 17 00:00:00 2001 From: Rodrigo Nader Date: Fri, 24 Feb 2023 19:23:31 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0e3e71dfd..1e8507eb1 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,7 @@ LangFlow is a no-code flow builder for LangChain, designed to provide a drag-and ## 📦 Installation -To get started with LangFlow, you first need to install the LangChain library. You can do this using the following command: - -`pip install langchain` - -You can also install LangFlow via pip: +You can install LangFlow from pip: `pip install langflow` @@ -38,7 +34,7 @@ Next, set the `OPENAI_API_KEY` environment variable using one of the following m ## 🎨 Creating Flows -Creating flows with LangFlow is easy, thanks to its intuitive drag-and-drop interface. Simply drag components from the sidebar onto the canvas, and connect them together to create your custom NLP pipeline. LangFlow provides a range of pre-built components to choose from, including LLMs, prompt serializers, document loaders, and more. +Creating flows with LangFlow is easy, thanks to its intuitive drag-and-drop interface. Simply drag components from the sidebar onto the canvas, and connect them together to create your custom NLP pipeline. LangFlow provides a range of pre-built components to choose from, including LLMs, prompt serializers, agents, and chains. ## 💻 Examples