geo/docs/README.md

42 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# GEO平台文档
GEOGenerative Engine Optimization平台是一个AI驱动的内容管理与分析系统。
## 核心功能
- **诊断分析**检测品牌在各AI平台的引用情况
- **竞品对比**:多维度对比品牌与竞品
- **内容生成**AI辅助生成GEO优化内容
- **知识库**RAG增强的内容生成
- **知识图谱**:实体关系图谱构建
- **监控告警**:系统运行监控
## 技术栈
- **后端**FastAPI + Python 3.12 + SQLAlchemy 2.0
- **前端**Next.js 14 + TypeScript + Tailwind CSS
- **数据库**PostgreSQL + Redis
- **AI**DeepSeek / OpenAI / 阿里云百炼
## 快速开始
```bash
# 克隆项目
git clone http://8.153.107.96/fischer/geo.git
# 启动服务
docker-compose up -d
# 访问
# 前端: http://localhost:3000
# 后端: http://localhost:8000/docs
```
## 文档目录
- [项目概览](./01-项目概览/)
- [模块说明](./02-模块说明/)
- [开发指南](./03-开发指南/)
- [API文档](./04-API文档/)
- [部署运维](./05-部署运维/)