Added warning of outdated information to all components

This commit is contained in:
Lucas Oliveira 2024-06-24 08:31:18 -03:00 committed by Gabriel Luiz Freitas Almeida
commit 9b88eab828
70 changed files with 303 additions and 0 deletions

View file

@ -1,5 +1,11 @@
import Admonition from "@theme/Admonition";
# Backend-only
<Admonition type="warning" title="warning">
This page may contain outdated information. It will be updated as soon as possible.
</Admonition>
You can run Langflow in `--backend-only` mode to expose your Langflow app as an API, without running the frontend UI.
Start langflow in backend-only mode with `python3 -m langflow run --backend-only`.

View file

@ -1,5 +1,11 @@
import Admonition from "@theme/Admonition";
# Docker
<Admonition type="warning" title="warning">
This page may contain outdated information. It will be updated as soon as possible.
</Admonition>
This guide will help you get LangFlow up and running using Docker and Docker Compose.
## Prerequisites

View file

@ -1,5 +1,11 @@
import Admonition from "@theme/Admonition";
# Deploy on Google Cloud Platform
<Admonition type="warning" title="warning">
This page may contain outdated information. It will be updated as soon as possible.
</Admonition>
## Run Langflow from a New Google Cloud Project
This guide will help you set up a Langflow development VM in a Google Cloud Platform project using Google Cloud Shell.