Update Langflow documentation with information about version 1.0

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-04 09:08:26 -03:00
commit 6613a5e7d2
3 changed files with 28 additions and 13 deletions

View file

@ -93,3 +93,7 @@ Find more information about the available options by running:
```bash
langflow --help
```
## Find out more about 1.0
To get you learning more about what's new and why you should be excited about Langflow 1.0, go to [A new chapter for Langflow](/whats-new/a-new-chapter-langflow) and also come back often to check out our [migration guides](/whats-new/migrating-to-one-point-zero) as we release them.

View file

@ -2,7 +2,7 @@
# First things first
Thank you all for being part of the Langflow community. The journey so far has been amazing and we are happy to have you with us.
**Thank you all for being part of the Langflow community**. The journey so far has been amazing and we are happy to have you with us.
We have some exciting news to share with you. Langflow is changing, and we want to tell you all about it.

View file

@ -1,5 +1,16 @@
import Admonition from "@theme/Admonition";
# Migrating to Langflow 1.0: A Guide
<Admonition type="caution" icon="🚧" title="ZONE UNDER CONSTRUCTION">
<p>
We are currently working on updating this guide to provide the most accurate
and up-to-date information on migrating to Langflow 1.0. We will be adding
more content and examples to help you navigate the changes and improvements
in the new version.
</p>
</Admonition>
Langflow 1.0 is a significant update that brings many exciting changes and improvements to the platform.
This guide will walk you through the key improvements and help you migrate your existing projects to the new version.
@ -42,19 +53,19 @@ We will create guides on how to interweave LangChain components with our Core co
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.
[Learn more about Supported Frameworks](../migration/supported-frameworks)
**Guide coming soon**
## Sidebar Redesign and Customizable Interaction Panel
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.
[Learn more about some of the UI updates](../migration/sidebar-and-interaction-panel)
**Guide coming soon**
## 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.
[Learn more about New Categories and Components](../migration/new-categories-and-components)
**Guide coming soon**
## New Way of Using Langflow: Text and Record (and more to come)
@ -66,7 +77,7 @@ With the introduction of Text and Record types connections between Components ar
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.
[Learn more about CustomComponent](../migration/custom-component)
**Guide coming soon**
## Compatibility with Previous Versions
@ -78,31 +89,31 @@ To use flows built in previous versions of Langflow, you can utilize the experim
Langflow 1.0 allows you to have more than one flow in the canvas and run them separately. Discover how to create and manage multiple flows within a single project.
[Learn more about Multiple Flows](../migration/multiple-flows)
**Guide coming soon**
## Improved Component Status
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.
[Learn more about Component Status](../migration/component-status-and-data-passing)
**Guide coming soon**
## 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.
[Learn more about Connecting Output Components](../migration/connecting-output-components)
**Guide coming soon**
## 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.
[Learn more about Renaming and Editing Components](../migration/renaming-and-editing-components)
**Guide coming soon**
## 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.
[Learn more about Passing Tweaks and Inputs](../migration/passing-tweaks-and-inputs)
**Guide coming soon**
## Global Variables for Text Fields
@ -114,12 +125,12 @@ 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.
[Learn more about Experimental Components](../migration/experimental-components)
**Guide coming soon**
## 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.
[Learn more about State Management](../migration/state-management)
**Guide coming soon**
We hope this guide helps you navigate the changes and improvements in Langflow 1.0. If you have any questions or need further assistance, please don't hesitate to reach out to us in our [Discord](https://discord.gg/wZSWQaukgJ).
We hope this guide helps you navigate the changes and improvements in Langflow 1.0. If you have any questions or need further assistance, please don't hesitate to reach out to us in our [Discord](https://discord.gg/wZSWQaukgJ).