Update documentation to reflect changes in WebSocket API message formatting and knowledge base

- Updated the WebSocket API reference to improve clarity by removing unnecessary headings and emphasizing message types.
- Revised the index.md to specify 'chroma' as the knowledge base, enhancing the overview of the platform's architecture.
This commit is contained in:
Xin Wang
2026-03-04 10:32:56 +08:00
parent aaef370d70
commit a8fa66e9cc
2 changed files with 8 additions and 8 deletions

View File

@@ -120,7 +120,7 @@ flowchart LR
| **后端** | FastAPI (Python 3.10+) |
| **引擎** | Python, WebSocket, asyncio |
| **数据库** | SQLite / PostgreSQL |
| **知识库** | |
| **知识库** | chroma |
| **部署** | Docker, Nginx |
---