Merge pull request #60 from renato-umeton/main

Fix architecture diagram
This commit is contained in:
Timothy Kassis
2026-02-24 12:41:32 -08:00
committed by GitHub

View File

@@ -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 │ │ │ │ Next.js │ │ FastAPI │ │ SurrealDB │
│ │ Frontend │──│ Backend │──│ │ │ │ │ Frontend │──│ Backend │──│ │
│ │ (port 8502) │ │ (port 5055) │ │ (port 8K) │ │ │ │ (port 8502) │ │ (port 5055) │ │ (port 8K) │
│ └──────────────┘ └──────────────┘ └───────────┘ │ │ └──────────────┘ └──────────────┘ └───────────┘
│ │ │ │ │ │
│ ┌─────┴─────┐ │ │ ┌─────┴─────┐ │
│ │ LangChain │ │ │ │ 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 │ ... │
│ └───────┘ └───────┘ └───────┘ │ └───────┘ └───────┘ └───────┘ │
└─────────────────────────────────────────────────────┘ └─────────────────────────────────────────────────────┘
``` ```