37 lines
1.3 KiB
Text
37 lines
1.3 KiB
Text
import ThemedImage from "@theme/ThemedImage";
|
|
import useBaseUrl from "@docusaurus/useBaseUrl";
|
|
import ZoomableImage from "/src/theme/ZoomableImage.js";
|
|
import Admonition from "@theme/Admonition";
|
|
|
|
# 👋 Welcome to Langflow
|
|
|
|
Langflow is a new, visual framework for building multi-agent and RAG applications. It is open-source, Python-powered, fully customizable, LLM and vector store agnostic.
|
|
|
|
Its intuitive interface allows for easy manipulation of AI building blocks, enabling developers to quickly prototype and turn their ideas into powerful, real-world solutions.
|
|
|
|
{" "}
|
|
{/* rsn */}
|
|
|
|
<ZoomableImage
|
|
alt="Interactive guide on using LangFlow"
|
|
sources={{
|
|
light: "img/langflow_basic_howto.gif",
|
|
dark: "img/langflow_basic_howto.gif",
|
|
}}
|
|
style={{ width: "100%" }}
|
|
/>
|
|
|
|
## 🚀 First steps
|
|
|
|
- [Install Langflow](/getting-started/install-langflow) - Install and start a local Langflow server.
|
|
|
|
- [Quickstart](/getting-started/quickstart) - Create a flow and run it.
|
|
|
|
- [Langflow Workspace](/getting-started/workspace) - Learn more about the Langflow Workspace.
|
|
|
|
## Learn more about Langflow 1.0
|
|
|
|
Learn more about the exciting changes in Langflow 1.0, and how to migrate your existing Langflow projects.
|
|
|
|
- [A new chapter for Langflow](/whats-new/a-new-chapter-langflow)
|
|
- [Migration guides](/migration/migrating-to-one-point-zero)
|