Skip to content

Commit 664d72d

Browse files
📝Doc:Refresh Python dependency instructions for doc (#3345)
* 📝Doc:Refresh the dependency instructions for Python and Node.js in doc, and solve the issue of version drift in Node.js for pipeline CL and Docker * 📝Doc: update Python version in documentation to 3.11
1 parent 60eda2b commit 664d72d

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Nexent is a zero-code platform for auto-generating AI agents. Monorepo with:
5555

5656
## Developer Commands
5757

58-
### Backend (Python 3.10)
58+
### Backend (Python 3.11)
5959

6060
```bash
6161
# Setup

doc/docs/en/backend/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Nexent's backend is built with FastAPI and Python, providing a robust and scalab
55
## Technology Stack
66

77
- **Framework**: FastAPI
8-
- **Language**: Python 3.10+
8+
- **Language**: Python 3.11+
99
- **Database**: PostgreSQL + Redis + Elasticsearch
1010
- **File Storage**: MinIO
1111
- **Task Queue**: Celery + Ray

doc/docs/en/developer-guide/environment-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Use this guide to prepare your environment before developing with Nexent. It sep
88

99
## 🧱 Common Requirements
1010

11-
- Python 3.10+
11+
- Python 3.11+
1212
- Node.js 18+
1313
- Docker & Docker Compose
1414
- `uv` (Python package manager)

doc/docs/en/developer-guide/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ nexent/
2727

2828
### Backend Tech Stack
2929
- **Framework**: FastAPI
30-
- **Language**: Python 3.10+
30+
- **Language**: Python 3.11+
3131
- **Database**: PostgreSQL + Redis + Elasticsearch
3232
- **File Storage**: MinIO
3333
- **Task Queue**: Celery + Ray
@@ -58,7 +58,7 @@ Review that guide first, then return here for module-specific details.
5858
- **Details**: See [Frontend Overview](../frontend/overview.md)
5959

6060
### 🔧 Backend Development
61-
- **Tech Stack**: FastAPI + Python 3.10+ + PostgreSQL + Redis + Elasticsearch
61+
- **Tech Stack**: FastAPI + Python 3.11+ + PostgreSQL + Redis + Elasticsearch
6262
- **Core Features**: API services, agent management, data processing, vector search
6363
- **Details**: See [Backend Overview](../backend/overview.md)
6464

doc/docs/zh/backend/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Nexent 的后端采用 FastAPI 和 Python 构建,为 AI 智能体服务提供
55
## 技术栈
66

77
- **框架**: FastAPI
8-
- **语言**: Python 3.10+
8+
- **语言**: Python 3.11+
99
- **数据库**: PostgreSQL + Redis + Elasticsearch
1010
- **文件存储**: MinIO
1111
- **任务队列**: Celery + Ray

doc/docs/zh/developer-guide/environment-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: 环境准备
88

99
## 🧱 通用要求
1010

11-
- Python 3.10+
11+
- Python 3.11+
1212
- Node.js 18+
1313
- Docker & Docker Compose
1414
- uv(Python 包管理器)

doc/docs/zh/developer-guide/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ nexent/
2727

2828
### 后端技术栈
2929
- **框架**: FastAPI
30-
- **语言**: Python 3.10+
30+
- **语言**: Python 3.11+
3131
- **数据库**: PostgreSQL + Redis + Elasticsearch
3232
- **文件存储**: MinIO
3333
- **任务队列**: Celery + Ray
@@ -59,7 +59,7 @@ nexent/
5959
- **详细信息**: 查看 [前端概览](../frontend/overview)
6060

6161
### 🔧 后端开发
62-
- **技术栈**: FastAPI + Python 3.10+ + PostgreSQL + Redis + Elasticsearch
62+
- **技术栈**: FastAPI + Python 3.11+ + PostgreSQL + Redis + Elasticsearch
6363
- **核心功能**: API服务、智能体管理、数据处理、向量搜索
6464
- **详细信息**: 查看 [后端概览](../backend/overview)
6565

0 commit comments

Comments
 (0)