From d8d4d8c47cd9da0aa16e76c713bacb7041528434 Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Fri, 21 Nov 2025 09:47:08 -0800 Subject: [PATCH] keep only flowchart --- docs/docs/get-started/what-is-openrag.mdx | 30 ----------------------- 1 file changed, 30 deletions(-) diff --git a/docs/docs/get-started/what-is-openrag.mdx b/docs/docs/get-started/what-is-openrag.mdx index 3b8b436d..71c8448c 100644 --- a/docs/docs/get-started/what-is-openrag.mdx +++ b/docs/docs/get-started/what-is-openrag.mdx @@ -75,36 +75,6 @@ flowchart LR end ``` -```mermaid -%%{init: {'theme': 'dark', 'flowchart': {'useMaxWidth': true, 'width': '100%'}}}%% -architecture-beta - group ext(cloud)[External connectors] - service drive1(disk)[Google Drive] in ext - service drive2(disk)[OneDrive] in ext - service drive3(disk)[SharePoint] in ext - service drive4(disk)[Other] in ext - - group local(server)[Local services] - service docling(database)[Docling Serve] in local - - group containers(server)[OpenRAG containers] - service backend(database)[OpenRAG backend] in containers - service langflow(database)[Langflow] in containers - service opensearch(database)[OpenSearch] in containers - service frontend(database)[OpenRAG frontend] in containers - junction junctionCenter - junction junctionRight - - backend:R -- L:junctionCenter - frontend:T -- B:junctionCenter - junctionCenter:R -- L:junctionRight - langflow:B -- T:junctionRight - opensearch:T -- B:junctionRight - - docling{group}:R -- L:backend{group} - drive1{group}:B -- T:backend{group} -``` - ```mermaid flowchart TD subgraph Containers