|
@@ -5,6 +5,7 @@
|
|
|
## 1. 项目启动
|
|
## 1. 项目启动
|
|
|
|
|
|
|
|
### 1.1 环境要求
|
|
### 1.1 环境要求
|
|
|
|
|
+
|
|
|
安装uv
|
|
安装uv
|
|
|
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
|
|
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
|
|
|
|
|
|
|
@@ -16,7 +17,7 @@ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | ie
|
|
|
使用 `uv`:
|
|
使用 `uv`:
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
-uv venv
|
|
|
|
|
|
|
+uv venv
|
|
|
uv sync --index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
|
uv sync --index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
|
|
```
|
|
```
|
|
|
|
|
|
|
@@ -69,4 +70,3 @@ uv run -m src.app.scripts.statu_to_milvus
|
|
|
- 多数脚本为“一次性批处理”,执行前请先确认顶部路径配置。
|
|
- 多数脚本为“一次性批处理”,执行前请先确认顶部路径配置。
|
|
|
- `base_*` 与 `plan_*` 基本一一对应,不要混用目录。
|
|
- `base_*` 与 `plan_*` 基本一一对应,不要混用目录。
|
|
|
- 如果 Milvus schema 未开启动态字段,写入字段必须与 collection 定义完全一致。
|
|
- 如果 Milvus schema 未开启动态字段,写入字段必须与 collection 定义完全一致。
|
|
|
-
|
|
|