From 5d786aa3206f53a1f5e1b072153594b15d732c43 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Sat, 22 Jun 2024 21:57:15 -0400 Subject: [PATCH] strip-v10-alpha --- docs/docs/administration/api.mdx | 2 +- docs/docs/administration/collections-projects.mdx | 2 +- docs/docs/contributing/contribute-component.md | 2 +- docs/docs/getting-started/quickstart.mdx | 2 +- docs/docs/index.mdx | 2 +- docs/docs/migration/possible-installation-issues.mdx | 2 +- docs/docs/starter-projects/basic-prompting.mdx | 2 +- docs/docs/starter-projects/blog-writer.mdx | 2 +- docs/docs/starter-projects/document-qa.mdx | 2 +- docs/docs/starter-projects/memory-chatbot.mdx | 2 +- docs/docs/starter-projects/vector-store-rag.mdx | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/docs/administration/api.mdx b/docs/docs/administration/api.mdx index db279ed80..db74fa506 100644 --- a/docs/docs/administration/api.mdx +++ b/docs/docs/administration/api.mdx @@ -172,7 +172,7 @@ print(run_flow(inputs, flow_id=FLOW_ID, tweaks=TWEAKS, apiKey=api_key)) ## Custom API endpoint -As of Langflow v1.0 alpha, under **Project Settings** > **Endpoint Name**, you can pick a custom name for the endpoint used to call your flow from the API. +Under **Project Settings** > **Endpoint Name**, you can pick a custom name for the endpoint used to call your flow from the API. ## Revoke an API Key diff --git a/docs/docs/administration/collections-projects.mdx b/docs/docs/administration/collections-projects.mdx index f8e7cc7c8..c116050e1 100644 --- a/docs/docs/administration/collections-projects.mdx +++ b/docs/docs/administration/collections-projects.mdx @@ -83,7 +83,7 @@ To see options for your project, in the upper left corner of the workspace, sele ## Project folders -As of Langflow 1.0 alpha, more options are available for storing projects with **folders**. +Multiple projects can be stored in **folders**. Folders allow you to categorize flows and components into manageable groups. This makes it easier to find and access specific projects quickly. diff --git a/docs/docs/contributing/contribute-component.md b/docs/docs/contributing/contribute-component.md index d252a0929..7f628623b 100644 --- a/docs/docs/contributing/contribute-component.md +++ b/docs/docs/contributing/contribute-component.md @@ -2,7 +2,7 @@ import ZoomableImage from "/src/theme/ZoomableImage.js"; # How to Contribute Components? -As of Langflow 1.0 alpha, new components are added as objects of the [CustomComponent](https://github.com/langflow-ai/langflow/blob/dev/src/backend/base/langflow/interface/custom/custom_component/custom_component.py) class and any dependencies are added to the [pyproject.toml](https://github.com/langflow-ai/langflow/blob/dev/pyproject.toml#L27) file. +New components are added as objects of the [CustomComponent](https://github.com/langflow-ai/langflow/blob/dev/src/backend/base/langflow/interface/custom/custom_component/custom_component.py) class and any dependencies are added to the [pyproject.toml](https://github.com/langflow-ai/langflow/blob/dev/pyproject.toml#L27) file. ## Add an example component diff --git a/docs/docs/getting-started/quickstart.mdx b/docs/docs/getting-started/quickstart.mdx index ca0b88b28..0ec833e7c 100644 --- a/docs/docs/getting-started/quickstart.mdx +++ b/docs/docs/getting-started/quickstart.mdx @@ -17,7 +17,7 @@ This guide demonstrates how to build a basic prompt flow and modify that prompt - [OpenAI API key](https://platform.openai.com) - Langflow v1.0 alpha is also available in HuggingFace Spaces. [Clone the space + Langflow 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. diff --git a/docs/docs/index.mdx b/docs/docs/index.mdx index 64d55ec57..8a9e18abe 100644 --- a/docs/docs/index.mdx +++ b/docs/docs/index.mdx @@ -29,7 +29,7 @@ Its intuitive interface allows for easy manipulation of AI building blocks, enab - [Langflow Workspace](/getting-started/workspace) - Learn more about the Langflow workspace. - Langflow v1.0 alpha is also available in HuggingFace Spaces. [Clone the space + Langflow 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. diff --git a/docs/docs/migration/possible-installation-issues.mdx b/docs/docs/migration/possible-installation-issues.mdx index 203996f39..15e7ea382 100644 --- a/docs/docs/migration/possible-installation-issues.mdx +++ b/docs/docs/migration/possible-installation-issues.mdx @@ -1,6 +1,6 @@ # ❗️ Common Installation Issues -This is a list of possible issues that you may encounter when installing Langflow 1.0 alpha and how to solve them. +This is a list of possible issues that you may encounter when installing Langflow and how to solve them. ## _`No module named 'langflow.__main__'`_ diff --git a/docs/docs/starter-projects/basic-prompting.mdx b/docs/docs/starter-projects/basic-prompting.mdx index 59519c91d..4e01f2472 100644 --- a/docs/docs/starter-projects/basic-prompting.mdx +++ b/docs/docs/starter-projects/basic-prompting.mdx @@ -19,7 +19,7 @@ This article demonstrates how to use Langflow's prompt tools to issue basic prom - [OpenAI API key created](https://platform.openai.com) - Langflow v1.0 alpha is also available in HuggingFace Spaces. [Clone the space + Langflow 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. diff --git a/docs/docs/starter-projects/blog-writer.mdx b/docs/docs/starter-projects/blog-writer.mdx index ab8a600b6..efaad8030 100644 --- a/docs/docs/starter-projects/blog-writer.mdx +++ b/docs/docs/starter-projects/blog-writer.mdx @@ -15,7 +15,7 @@ Build a blog writer with OpenAI that uses URLs for reference content. - [OpenAI API key created](https://platform.openai.com) - Langflow v1.0 alpha is also available in HuggingFace Spaces. [Clone the space + Langflow 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. diff --git a/docs/docs/starter-projects/document-qa.mdx b/docs/docs/starter-projects/document-qa.mdx index 0d64ed515..952285cdb 100644 --- a/docs/docs/starter-projects/document-qa.mdx +++ b/docs/docs/starter-projects/document-qa.mdx @@ -15,7 +15,7 @@ Build a question-and-answer chatbot with a document loaded from local memory. - [OpenAI API key created](https://platform.openai.com) - Langflow v1.0 alpha is also available in HuggingFace Spaces. [Clone the space + Langflow 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. diff --git a/docs/docs/starter-projects/memory-chatbot.mdx b/docs/docs/starter-projects/memory-chatbot.mdx index e980cc8a1..8997170f8 100644 --- a/docs/docs/starter-projects/memory-chatbot.mdx +++ b/docs/docs/starter-projects/memory-chatbot.mdx @@ -15,7 +15,7 @@ This flow extends the [basic prompting flow](./basic-prompting) to include chat - [OpenAI API key created](https://platform.openai.com) - Langflow v1.0 alpha is also available in HuggingFace Spaces. [Clone the space + Langflow 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. diff --git a/docs/docs/starter-projects/vector-store-rag.mdx b/docs/docs/starter-projects/vector-store-rag.mdx index 7cc4b3691..120978439 100644 --- a/docs/docs/starter-projects/vector-store-rag.mdx +++ b/docs/docs/starter-projects/vector-store-rag.mdx @@ -17,7 +17,7 @@ We've chosen [Astra DB](https://astra.datastax.com/signup?utm_source=langflow-pr ## Prerequisites - Langflow v1.0 alpha is also available in HuggingFace Spaces. [Clone the space + Langflow 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.