From 419543f378afd9a810e6d2440210732d5fcc6fae Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:59:29 -0400 Subject: [PATCH] docs-docker-install-instead-of-deploy --- docs/docs/get-started/docker.mdx | 4 ++-- docs/docs/get-started/quickstart.mdx | 2 -- docs/sidebars.js | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/docs/get-started/docker.mdx b/docs/docs/get-started/docker.mdx index 366d71de..ebf86554 100644 --- a/docs/docs/get-started/docker.mdx +++ b/docs/docs/get-started/docker.mdx @@ -1,12 +1,12 @@ --- -title: Deploy with Docker +title: Install with Docker slug: /get-started/docker --- import PartialOnboarding from '@site/docs/_partial-onboarding.mdx'; There are two different Docker Compose files. -They deploy the same applications and containers, but to different environments. +They deploy the same applications and containers locally, but to different environments. - [`docker-compose.yml`](https://github.com/langflow-ai/openrag/blob/main/docker-compose.yml) is an OpenRAG deployment with GPU support for accelerated AI processing. diff --git a/docs/docs/get-started/quickstart.mdx b/docs/docs/get-started/quickstart.mdx index c2f4b3a5..942433b5 100644 --- a/docs/docs/get-started/quickstart.mdx +++ b/docs/docs/get-started/quickstart.mdx @@ -44,8 +44,6 @@ If you aren't getting the results you need, you can further tune the knowledge i To modify the knowledge ingestion or Agent behavior, click