Added warning of outdated information to all components
This commit is contained in:
parent
21fd151fdc
commit
9b88eab828
70 changed files with 303 additions and 0 deletions
|
|
@ -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`.
|
||||
|
|
@ -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
|
||||
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue