From abb1f1e4bb72e92020e228f84a3702ffc05f5b4e Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:15:37 -0400 Subject: [PATCH] Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --- docs/docs/get-started/install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/get-started/install.mdx b/docs/docs/get-started/install.mdx index d7faaabb..d598476e 100644 --- a/docs/docs/get-started/install.mdx +++ b/docs/docs/get-started/install.mdx @@ -202,7 +202,7 @@ docker system prune -f ### Native services status -A "native" service in OpenRAG refers to a service run locally on your machine, and not within a container. +A _native service_ in OpenRAG refers to a service run locally on your machine, and not within a container. The `docling serve` process is a native service in OpenRAG, because it's a document processing service that is run on your local machine, and controlled separately from the containers. To start or stop `docling serve` or any other native services, in the TUI Status menu, click **Stop** or **Restart**.