try to fix mermaid diagram reflow
This commit is contained in:
parent
e23a7d0f59
commit
67b3d152db
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ Ready to get started? [Install OpenRAG](/install) and then run the [Quickstart](
|
||||||
OpenRAG deploys and orchestrates a lightweight, container-based architecture that combines **Langflow**, **OpenSearch**, and **Docling** into a cohesive RAG platform.
|
OpenRAG deploys and orchestrates a lightweight, container-based architecture that combines **Langflow**, **OpenSearch**, and **Docling** into a cohesive RAG platform.
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
%%{init: {'theme': 'dark', 'flowchart': {'useMaxWidth': false, 'width': '100%'}}}%%
|
%%{init: {'theme': 'dark', 'flowchart': {'useMaxWidth': true, 'width': '100%'}}}%%
|
||||||
flowchart LR
|
flowchart LR
|
||||||
%% Encapsulate the entire diagram in a rectangle with black background
|
%% Encapsulate the entire diagram in a rectangle with black background
|
||||||
subgraph DiagramContainer["OpenRAG Architecture"]
|
subgraph DiagramContainer["OpenRAG Architecture"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue