fix: 修复文档向量状态更新时的ID类型问题

确保在更新文档向量状态时,ID参数被显式转换为字符串类型以避免潜在的类型错误
This commit is contained in:
2026-04-13 18:02:00 +08:00
parent 3055da01c7
commit 6bf571c681
2 changed files with 2 additions and 3 deletions

View File

@@ -4,5 +4,4 @@ ENV = 'development'
# 统一后端服务地址前缀网关服务名admin-go
# 开发环境走本地代理,避免 CORS
VITE_API_URL = 'http://116.204.74.41:8000'
# VITE_API_URL = 'http://192.168.3.30:8000'
# VITE_API_URL = 'http://192.168.3.30:8000'