mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-03-27 07:09:27 +08:00
Merge pull request #60 from renato-umeton/main
Fix architecture diagram
This commit is contained in:
@@ -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 │ ... │
|
||||
│ └───────┘ └───────┘ └───────┘ │
|
||||
└─────────────────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user