Add new chapter to What's New section
This commit is contained in:
parent
8d55e058ce
commit
34da48fbe5
3 changed files with 22 additions and 37 deletions
0
docs/docs/whats-new/a-new-chapter-langflow.mdx
Normal file
0
docs/docs/whats-new/a-new-chapter-langflow.mdx
Normal file
|
|
@ -1,10 +1,11 @@
|
|||
# Migrating to Langflow 1.0: A Guide
|
||||
|
||||
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 differences and help you migrate your existing projects to the new version.
|
||||
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.
|
||||
|
||||
If you have any questions or need assistance during the migration process, please don't hesitate to reach out to in our [Discord](https://discord.gg/wZSWQaukgJ) or [GitHub](https://github.com/logspace-ai/langflow/issues) community.
|
||||
|
||||
We have a special channel
|
||||
We have a special channel in our Discord server dedicated to Langflow 1.0 migration, where you can ask questions, share your experiences, and get help from the community.
|
||||
|
||||
## TLDR;
|
||||
|
||||
|
|
@ -27,98 +28,98 @@ We have a special channel
|
|||
|
||||
## Inputs and Outputs of Components
|
||||
|
||||
Langflow 1.0 introduces adds the concept of Inputs and Outputs to flows, allowing 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.
|
||||
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](../guides/inputs-and-outputs)
|
||||
[Learn more about Inputs and Outputs of Components](../migration/inputs-and-outputs)
|
||||
|
||||
## From Composition to Freedom
|
||||
|
||||
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. Check out how to use this in new and existing projects.
|
||||
|
||||
[Learn more about the Flow of Data](../guides/flow-of-data)
|
||||
[Learn more about the Flow of Data](../migration/flow-of-data)
|
||||
|
||||
## 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.
|
||||
|
||||
[Learn more about Supported Frameworks](../guides/supported-frameworks)
|
||||
[Learn more about Supported Frameworks](../migration/supported-frameworks)
|
||||
|
||||
## 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](../guides/sidebar-and-interaction-panel)
|
||||
[Learn more about some of the UI updates](../migration/sidebar-and-interaction-panel)
|
||||
|
||||
## 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](../guides/new-categories-and-components)
|
||||
[Learn more about New Categories and Components](../migration/new-categories-and-components)
|
||||
|
||||
## 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](../guides/text-and-record)
|
||||
[Learn more about Text and Record](../migration/text-and-record)
|
||||
|
||||
## 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.
|
||||
|
||||
[Learn more about CustomComponent](../guides/custom-component)
|
||||
[Learn more about CustomComponent](../migration/custom-component)
|
||||
|
||||
## 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](../guides/compatibility)
|
||||
[Learn more about Compatibility with Previous Versions](../migration/compatibility)
|
||||
|
||||
## Multiple Flows in the Canvas
|
||||
|
||||
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](../guides/multiple-flows)
|
||||
[Learn more about Multiple Flows](../migration/multiple-flows)
|
||||
|
||||
## 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](../guides/component-status-and-data-passing)
|
||||
[Learn more about Component Status](../migration/component-status-and-data-passing)
|
||||
|
||||
## 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](../guides/connecting-output-components)
|
||||
[Learn more about Connecting Output Components](../migration/connecting-output-components)
|
||||
|
||||
## 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](../guides/renaming-and-editing-components)
|
||||
[Learn more about Renaming and Editing Components](../migration/renaming-and-editing-components)
|
||||
|
||||
## 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](../guides/passing-tweaks-and-inputs)
|
||||
[Learn more about Passing Tweaks and Inputs](../migration/passing-tweaks-and-inputs)
|
||||
|
||||
## Global Variables for Text Fields
|
||||
|
||||
Global Variables can be used in any Text Field across your projects. Learn how to define and utilize Global Variables to streamline your workflow.
|
||||
|
||||
[Learn more about Global Variables](../guides/global-variables)
|
||||
[Learn more about Global Variables](../migration/global-variables)
|
||||
|
||||
## Experimental Components
|
||||
|
||||
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](../guides/experimental-components)
|
||||
[Learn more about Experimental Components](../migration/experimental-components)
|
||||
|
||||
## 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](../guides/state-management)
|
||||
[Learn more about State Management](../migration/state-management)
|
||||
|
||||
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).
|
||||
|
|
@ -16,6 +16,7 @@ module.exports = {
|
|||
label: "What's New",
|
||||
collapsed: false,
|
||||
items: [
|
||||
"whats-new/a-new-chapter-langflow",
|
||||
"whats-new/migrating-to-one-point-zero",
|
||||
"whats-new/customization-control",
|
||||
"whats-new/debugging-reimagined",
|
||||
|
|
@ -27,8 +28,8 @@ module.exports = {
|
|||
label: "Migration Guides",
|
||||
collapsed: false,
|
||||
items: [
|
||||
"migration/inputs-and-outputs",
|
||||
"migration/flow-of-data",
|
||||
"migration/inputs-and-outputs",
|
||||
"migration/supported-frameworks",
|
||||
"migration/sidebar-and-interaction-panel",
|
||||
"migration/new-categories-and-components",
|
||||
|
|
@ -100,23 +101,6 @@ module.exports = {
|
|||
"guides/loading_document",
|
||||
"guides/chatprompttemplate_guide",
|
||||
"guides/langfuse_integration",
|
||||
"guides/inputs-and-outputs",
|
||||
"guides/flow-of-data",
|
||||
"guides/supported-frameworks",
|
||||
"guides/sidebar-and-interaction-panel",
|
||||
"guides/new-categories-and-components",
|
||||
"guides/text-and-record",
|
||||
"guides/custom-component",
|
||||
"guides/compatibility",
|
||||
"guides/multiple-flows",
|
||||
"guides/component-status-and-data-passing",
|
||||
"guides/connecting-output-components",
|
||||
"guides/renaming-and-editing-components",
|
||||
"guides/passing-tweaks-and-inputs",
|
||||
"guides/global-variables",
|
||||
"guides/experimental-components",
|
||||
"guides/state-management",
|
||||
"guides/run-flow",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue