remove wrong regex
This commit is contained in:
parent
285355c3bb
commit
b2224a3179
3 changed files with 2 additions and 28 deletions
|
|
@ -108,17 +108,9 @@ Components are the building blocks of flows. They consist of inputs, outputs, an
|
|||
|
||||
{/* <div style={{ marginBottom: "20px" }}> */}
|
||||
|
||||
{/\* On the top right corner of the component, you'll find the component status icon ().
|
||||
Build the flow by clicking the **Playground** at the bottom right of the workspace.
|
||||
On the top right corner of the component, you'll find the a play button to run a component. Once it runs, a status icon appears and you can hover over that to visualize success or error messages.
|
||||
|
||||
Once the validation is complete, the status of each validated component should turn green ().
|
||||
To debug, hover over the component status to see the outputs. \*/}
|
||||
|
||||
{/* </div> */}
|
||||
|
||||
{/\* ### Multiple outputs
|
||||
|
||||
A component can have multiple outputs. For example, this one Chat Input component routes through three prompt chains, and returns three different responses to a single question in the Playground. \*/}
|
||||
Start interacting with your AI by clicking the **Playground** at the bottom right of the workspace.
|
||||
|
||||
### Output Preview
|
||||
|
||||
|
|
|
|||
|
|
@ -29,19 +29,9 @@ Its intuitive interface allows for easy manipulation of AI building blocks, enab
|
|||
|
||||
- [Langflow Workspace](/getting-started/workspace) - Learn more about the Langflow Workspace.
|
||||
|
||||
{/* Mentions wrong link */}
|
||||
{/\* <Admonition type="info">
|
||||
Langflow is also available in HuggingFace Spaces. [Clone the space using this
|
||||
link](https://huggingface.co/spaces/Langflow/Langflow-Preview?duplicate=true)
|
||||
to run your own Langflow instance in minutes.
|
||||
|
||||
</Admonition> */}
|
||||
|
||||
## Learn more about Langflow 1.0
|
||||
|
||||
Learn more about the exciting changes in Langflow 1.0, and how to migrate your existing Langflow projects.
|
||||
|
||||
{/* rsn */}
|
||||
|
||||
- [A new chapter for Langflow](/whats-new/a-new-chapter-langflow)
|
||||
- [Migration guides](/migration/migrating-to-one-point-zero)
|
||||
|
|
|
|||
|
|
@ -14,14 +14,6 @@ Build a blog writer with OpenAI that uses URLs for reference content.
|
|||
|
||||
- [OpenAI API key created](https://platform.openai.com)
|
||||
|
||||
{/\* <Admonition type="info">
|
||||
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.
|
||||
|
||||
</Admonition> */}
|
||||
|
||||
## Create the Blog Writer project
|
||||
|
||||
1. From the Langflow dashboard, click **New Project**.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue