From fa3a20ca4dd02f5fea552927f9283b1def66dd56 Mon Sep 17 00:00:00 2001 From: renato-umeton <25375373+renato-umeton@users.noreply.github.com> Date: Mon, 23 Feb 2026 22:52:10 -0500 Subject: [PATCH] Fix architecture diagram in markdown --- .../open-notebook/references/architecture.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scientific-skills/open-notebook/references/architecture.md b/scientific-skills/open-notebook/references/architecture.md index 5385713..00566e4 100644 --- a/scientific-skills/open-notebook/references/architecture.md +++ b/scientific-skills/open-notebook/references/architecture.md @@ -6,13 +6,13 @@ Open Notebook is built as a modern Python web application with a clear separatio ``` ┌─────────────────────────────────────────────────────┐ -│ Docker Compose │ +│ Docker Compose │ │ │ -│ ┌──────────────┐ ┌──────────────┐ ┌───────────┐ │ -│ │ Next.js │ │ FastAPI │ │ SurrealDB │ │ -│ │ Frontend │──│ Backend │──│ │ │ -│ │ (port 8502) │ │ (port 5055) │ │ (port 8K) │ │ -│ └──────────────┘ └──────────────┘ └───────────┘ │ +│ ┌──────────────┐ ┌──────────────┐ ┌───────────┐ │ +│ │ Next.js │ │ FastAPI │ │ SurrealDB │ │ +│ │ Frontend │──│ Backend │──│ │ │ +│ │ (port 8502) │ │ (port 5055) │ │ (port 8K) │ │ +│ └──────────────┘ └──────────────┘ └───────────┘ │ │ │ │ │ ┌─────┴─────┐ │ │ │ LangChain │ │ @@ -21,9 +21,9 @@ Open Notebook is built as a modern Python web application with a clear separatio │ │ │ │ ┌───────────┼───────────┐ │ │ │ │ │ │ -│ ┌───┴───┐ ┌───┴───┐ ┌───┴───┐ │ -│ │OpenAI │ │Claude │ │Ollama │ ... │ -│ └───────┘ └───────┘ └───────┘ │ +│ ┌───┴───┐ ┌───┴───┐ ┌───┴───┐ │ +│ │OpenAI │ │Claude │ │Ollama │ ... │ +│ └───────┘ └───────┘ └───────┘ │ └─────────────────────────────────────────────────────┘ ```