refactor(io): 移除分块读取功能并简化矢量数据读取逻辑

移除 read_vector 函数中的 chunk_size 参数及相关分块读取逻辑,简化代码结构
保留 rows 参数用于数据预览功能,并更新相关文档说明
This commit is contained in:
2026-04-21 20:50:50 +08:00
parent db51d41aef
commit 2bcdcad797
4 changed files with 32 additions and 79 deletions

2
.gitignore vendored
View File

@@ -25,6 +25,7 @@ env/
# ── IDE ─────────────────────────────────────────────────────────────────────
.idea/
.vscode/
.trae/
*.swp
*.swo
.DS_Store
@@ -37,6 +38,7 @@ output/*
!output/.gitkeep
# ── GIS 真实数据(保留示例数据,忽略用户数据)────────────────────────────────
wiki/
data/*
!data/sample/
!data/sample/**