From 40d02ccceb75a4046afe38d2517a388cc70d8088 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:55:39 -0400 Subject: [PATCH 1/6] content --- docs/docs/administration/playground.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/administration/playground.mdx b/docs/docs/administration/playground.mdx index 08166729e..a5bf3a8e1 100644 --- a/docs/docs/administration/playground.mdx +++ b/docs/docs/administration/playground.mdx @@ -35,3 +35,7 @@ As long as you have a flow's environment variables set, you can run it by clicki > + +## Playground I/O + +The playground is \ No newline at end of file From d2cecd7de16a59e2a4363a092279aeddaaa82200 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:56:44 -0400 Subject: [PATCH 2/6] io-components --- docs/docs/administration/playground.mdx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/docs/administration/playground.mdx b/docs/docs/administration/playground.mdx index a5bf3a8e1..a00d07d3c 100644 --- a/docs/docs/administration/playground.mdx +++ b/docs/docs/administration/playground.mdx @@ -38,4 +38,16 @@ As long as you have a flow's environment variables set, you can run it by clicki ## Playground I/O -The playground is \ No newline at end of file +The playground's appearance changes depending on what components are in your canvas. + +Adding or removing any of the below components modifies your Playground so you can monitor the inputs and outputs. + +* Chat Input +* Text Input +* Chat Output +* Text Output +* Records Output +* Inspect Memory + +You can also select **Options** > **Logs** to see your flow's logs. + From f4b443b28e67cd7442cfa33bd60c81fcf8a44ee0 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:02:50 -0400 Subject: [PATCH 3/6] langflow-ui-clarity --- docs/docs/tutorials/rag-with-astradb.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/docs/tutorials/rag-with-astradb.mdx b/docs/docs/tutorials/rag-with-astradb.mdx index 9bb813f55..d8dc38a50 100644 --- a/docs/docs/tutorials/rag-with-astradb.mdx +++ b/docs/docs/tutorials/rag-with-astradb.mdx @@ -13,7 +13,7 @@ In this guide, we will use Astra DB as a vector store to store and retrieve the This guide assumes that you have Langflow up and running. If you are new to - Langflow, you can check out the [Getting Started](/) guide. + Langflow, you can check out the [Getting Started](../getting-started/install-langflow.mdx) guide. TLDR; @@ -75,9 +75,11 @@ Now we are all set to start building our RAG application using Astra DB and Lang If you haven't already, now is the time to launch Langflow. To make things easier, you can duplicate our [Langflow 1.0 Space](https://huggingface.co/spaces/Langflow/Langflow-Preview?duplicate=true) which sets up a Langflow instance just for you. -## Open the Vector Store RAG Project +## Open the Vector Store RAG Project in Langflow -To get started, click on the **New Project** button and look for the **Vector Store RAG** project. This will open a starter project with the necessary components to run a RAG application using Astra DB. +Run Langflow and open the UI. + +In the Langflow dashboard, click the **New Project** button and select the **Vector Store RAG** project. This will open a starter project with the necessary components to run a RAG application using Astra DB. This project consists of two flows. The simpler one is the **Ingestion Flow** which is responsible for ingesting the documents into the Astra DB database. From 73ccb5e5b4af3ea5979a45537abb238048ab2218 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:15:43 -0400 Subject: [PATCH 4/6] cap --- docs/docs/administration/playground.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/administration/playground.mdx b/docs/docs/administration/playground.mdx index a00d07d3c..a6830edac 100644 --- a/docs/docs/administration/playground.mdx +++ b/docs/docs/administration/playground.mdx @@ -38,7 +38,7 @@ As long as you have a flow's environment variables set, you can run it by clicki ## Playground I/O -The playground's appearance changes depending on what components are in your canvas. +The Playground's appearance changes depending on what components are in your canvas. Adding or removing any of the below components modifies your Playground so you can monitor the inputs and outputs. From 45bc84a31405bf7c13505a314c4c9e96131363a7 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:21:21 -0400 Subject: [PATCH 5/6] clearer-python-reqs --- docs/docs/getting-started/install-langflow.mdx | 7 ++----- docs/docs/getting-started/quickstart.mdx | 2 ++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/docs/getting-started/install-langflow.mdx b/docs/docs/getting-started/install-langflow.mdx index 4beb5e362..a81fd36f3 100644 --- a/docs/docs/getting-started/install-langflow.mdx +++ b/docs/docs/getting-started/install-langflow.mdx @@ -6,13 +6,10 @@ import Admonition from "@theme/Admonition"; # 📦 Install Langflow - Langflow v1.0 alpha is also available in HuggingFace Spaces. [Clone the space - using this - link](https://huggingface.co/spaces/Langflow/Langflow-Preview?duplicate=true), - to create your own Langflow workspace in minutes. + Langflow **requires** Python version 3.10 or greater. -Langflow requires [Python >=3.10](https://www.python.org/downloads/release/python-3100/) and [pip](https://pypi.org/project/pip/) or [pipx](https://pipx.pypa.io/stable/installation/) to be installed on your system. +Langflow **requires** [Python >=3.10](https://www.python.org/downloads/release/python-3100/) and [pip](https://pypi.org/project/pip/) or [pipx](https://pipx.pypa.io/stable/installation/) to be installed on your system. Install Langflow with pip: diff --git a/docs/docs/getting-started/quickstart.mdx b/docs/docs/getting-started/quickstart.mdx index 3f02db27f..544b29b18 100644 --- a/docs/docs/getting-started/quickstart.mdx +++ b/docs/docs/getting-started/quickstart.mdx @@ -10,6 +10,8 @@ This guide demonstrates how to build a basic prompt flow and modify that prompt ## Prerequisites +- [Python >=3.10](https://www.python.org/downloads/release/python-3100/) and [pip](https://pypi.org/project/pip/) or [pipx](https://pipx.pypa.io/stable/installation/) + - [Langflow installed and running](./install-langflow.mdx) - [OpenAI API key](https://platform.openai.com) From 2e5a006f4bc0987a48d38e49ea1ae4f44480eaa8 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:51:38 -0400 Subject: [PATCH 6/6] for-more --- docs/docs/administration/playground.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/administration/playground.mdx b/docs/docs/administration/playground.mdx index a6830edac..32193136c 100644 --- a/docs/docs/administration/playground.mdx +++ b/docs/docs/administration/playground.mdx @@ -51,3 +51,5 @@ Adding or removing any of the below components modifies your Playground so you c You can also select **Options** > **Logs** to see your flow's logs. +For more information, see [Inputs and Outputs](../components/inputs-and-outputs.mdx). +