Browse Source

更新部署架构图

xuqh1 6 months ago
parent
commit
adcc4f6fd9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -59,6 +59,8 @@ flowchart TD
         模型推理)"]
         doc-parser["doc-parser
         (文档解析聚合服务)"]
+        llm-chat["llm-chat
+        (qwen72b大模型)"]
     end
 
     %% External connections
@@ -70,12 +72,14 @@ flowchart TD
     llm-app --> MinIO
     llm-app --> llm-rag
     llm-app --> gotenberg
+    llm-app --> llm-chat
 
     %% llm-rag connections
     llm-rag --> ES
     doc-parser --> unstructured
     llm-rag --> llm-infinity
     llm-rag --> doc-parser
+    
 
     %% Styling
     classDef storage fill:#f9f,stroke:#333,stroke-width:2px