diff --git a/docs/docs/get-started/what-is-openrag.mdx b/docs/docs/get-started/what-is-openrag.mdx index dff82461..3b8b436d 100644 --- a/docs/docs/get-started/what-is-openrag.mdx +++ b/docs/docs/get-started/what-is-openrag.mdx @@ -76,6 +76,7 @@ flowchart LR ``` ```mermaid +%%{init: {'theme': 'dark', 'flowchart': {'useMaxWidth': true, 'width': '100%'}}}%% architecture-beta group ext(cloud)[External connectors] service drive1(disk)[Google Drive] in ext @@ -104,21 +105,6 @@ architecture-beta drive1{group}:B -- T:backend{group} ``` -```mermaid -mindmap - root((OpenRAG backend container)) - Langflow - OpenSearch - OpenRAG frontend - Local services - Docling Serve - External connectors - Google Drive - OneDrive - SharePoint - Others -``` - ```mermaid flowchart TD subgraph Containers