From c7a15de0a93d42252d5567f92faa54dbaca29172 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Sat, 15 Jun 2024 09:56:17 -0400 Subject: [PATCH] [Docs] - Link to new features from migration page (#2163) * migration-page * check-links * try --- docs/docs/getting-started/canvas.mdx | 6 +++- .../migration/migrating-to-one-point-zero.mdx | 30 +++++++++---------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/docs/docs/getting-started/canvas.mdx b/docs/docs/getting-started/canvas.mdx index d54ffeeb4..79205ba06 100644 --- a/docs/docs/getting-started/canvas.mdx +++ b/docs/docs/getting-started/canvas.mdx @@ -84,7 +84,7 @@ To debug, hover over the component status to see the outputs. ### Component Parameters -Langflow components can be edited by clicking the component settings button. Hide parameters to reduce complexity and keep the canvas clean and intuitive for experimentation. +Langflow components can be edited by clicking the component settings button.
+Hide parameters with the **SHOW** button to reduce complexity and keep the canvas clean and intuitive for experimentation. + +Double-click the component name to rename it. + ### Component menu Each component is a little unique, but they will all have a menu bar on top that looks something like this. diff --git a/docs/docs/migration/migrating-to-one-point-zero.mdx b/docs/docs/migration/migrating-to-one-point-zero.mdx index e58620347..611c43645 100644 --- a/docs/docs/migration/migrating-to-one-point-zero.mdx +++ b/docs/docs/migration/migrating-to-one-point-zero.mdx @@ -32,49 +32,49 @@ We have a special channel in our Discord server dedicated to Langflow 1.0 migrat Langflow 1.0 introduces adds the concept of Inputs and Outputs to flows, allowing a clear definition of the data flow between components. Discover how to use Inputs and Outputs to pass data between components and create more dynamic flows. -[Learn more about Inputs and Outputs of Components](../components/inputs-and-outputs) +[Learn more about Inputs and Outputs](../components/inputs-and-outputs.mdx) -## To Compose or Not to Compose: the choice is yours +## To Compose or Not to Compose: The Choice is Yours Even though composition is still possible in Langflow 1.0, the new standard is getting data moving through the flow. This allows for more flexibility and control over the data flow in your projects. -We will create guides on how to interweave LangChain components with our Core components soon. +[See our example components](../examples/create-record.mdx) for examples of interweaving LangChain components with our Core components. ## Continued Support for LangChain and Multiple Frameworks Langflow 1.0 continues to support LangChain while also introducing support for multiple frameworks. This is another important boon that adding the paradigm of data flow brings to the table. Find out how to leverage the power of different frameworks in your projects. -**Guide coming soon** +[Learn more about compatibility and updating existing flows](./compatibility.mdx) ## Sidebar Redesign and Customizable Playground We've expanded on the chat experience by creating a customizable interaction panel that allows you to design a panel that fits your needs and interact with it. The sidebar has also been redesigned to provide a more intuitive and user-friendly experience. Explore the new sidebar and interaction panel features to enhance your workflow. -**Guide coming soon** +[Learn more about the Playground](../administration/playground.mdx) ## New Native Categories and Components Langflow 1.0 introduces many new native categories, including Inputs, Outputs, Helpers, Experimental, Models, and more. Discover the new components available, such as Chat Input, Prompt, Files, API Request, and others. -**Guide coming soon** +[Learn more about new components](../components/inputs-and-outputs.mdx) ## New Way of Using Langflow: Text and Record (and more to come) With the introduction of Text and Record types connections between Components are more intuitive and easier to understand. This is the first step in a series of improvements to the way you interact with Langflow. Learn how to use Text, and Record and how they help you build better flows. -[Learn more about Text and Record](../components/text-and-record) +[Learn more about Text and Record](../components/text-and-record.mdx) ## CustomComponent for All Components Almost all components in Langflow 1.0 are now CustomComponents, allowing you to check and modify the code of each component. Discover how to leverage this feature to customize your components to your specific needs. -**Guide coming soon** +[Learn more about CustomComponents](../components/custom.mdx) ## Compatibility with Previous Versions To use flows built in previous versions of Langflow, you can utilize the experimental component Runnable Executor along with an Input and Output. **We'd love your feedback on this**. Learn how to adapt your existing flows to work seamlessly in the new version of Langflow. -[Learn more about Compatibility with Previous Versions](../migration/compatibility) +[Learn more about Compatibility with Previous Versions](./compatibility.mdx) ## Multiple Flows in the Canvas @@ -86,25 +86,25 @@ Langflow 1.0 allows you to have more than one flow in the canvas and run them se Each component now displays its status more clearly, allowing you to quickly identify any issues or errors. Explore how to use the new component status feature to troubleshoot and optimize your flows. -**Guide coming soon** +[Learn more about Component Status](../getting-started/canvas.mdx#component) ## Connecting Output Components You can now connect Output components to any other component (that has a Text output), providing a better understanding of the data flow. Explore the possibilities of connecting Output components and how it enhances your flow's functionality. -**Guide coming soon** +[Learn more about Inputs and Outputs](../components/inputs-and-outputs.mdx) ## Renaming and Editing Component Descriptions Langflow 1.0 allows you to rename and edit the description of each component, making it easier to understand and interact with the flow. Learn how to customize your component names and descriptions for improved clarity. -**Guide coming soon** +[Learn more about Component Descriptions](../getting-started/canvas.mdx#component-parameters) ## Passing Tweaks and Inputs in the API Things got a whole lot easier. You can now pass tweaks and inputs in the API by referencing the Display Name of the component. Discover how to leverage this feature to dynamically control your flow's behavior. -**Guide coming soon** +[Learn more about Tweaks and API inputs](../getting-started/canvas.mdx#tweaks) ## Global Variables for Text Fields @@ -116,11 +116,11 @@ Global Variables can be used in any Text Field across your projects. Learn how t Explore the experimental components available in Langflow 1.0, such as SubFlow, which allows you to load a flow as a component dynamically, and Flow as Tool, which enables you to use a flow as a tool for an Agent. -**Guide coming soon** +[Learn more about Experimental Components](../components/experimental.mdx) ## Experimental State Management System -We are experimenting with a State Management system for flows that allows components to trigger other components and pass messages between them using the Notify and Listen components. Discover how to leverage this system to create more dynamic and interactive flows. +We are experimenting with a State Management system for flows that allow components to trigger other components and pass messages between them using the Notify and Listen components. Discover how to leverage this system to create more dynamic and interactive flows. **Guide coming soon**