Initial commit: 国土空间规划课程智能体 v1.0
单容器 Docker 架构的国土空间规划课程智能问答系统,集成 FastAPI 后端与 Next.js 前端。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# 国土空间规划课程智能体后端服务
|
||||
|
||||
基于FastAPI和LangGraph的智能问答系统后端服务。
|
||||
|
||||
## 技术栈
|
||||
|
||||
- **框架**: FastAPI + Uvicorn
|
||||
- **AI框架**: LangChain + LangGraph
|
||||
- **大模型**: 硅基流动API (Qwen3-30B)
|
||||
- **向量数据库**: Chroma
|
||||
- **数据库**: PostgreSQL
|
||||
|
||||
## 快速开始
|
||||
|
||||
### 使用Docker(推荐)
|
||||
|
||||
```bash
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
### 本地开发
|
||||
|
||||
```bash
|
||||
uv sync
|
||||
uv run main.py
|
||||
```
|
||||
|
||||
## API文档
|
||||
|
||||
启动服务后访问:http://localhost:8000/docs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user