From a7e7050585325bdb873c6d312ea89de94215e11e Mon Sep 17 00:00:00 2001 From: shidong <shidong@jhsoft.cc> Date: 星期六, 12 七月 2025 15:34:27 +0800 Subject: [PATCH] #2025/7/12 #milvus的upsert方法在多线程调用时多产生重复记录,修正为先删除在新增 --- conf.txt | 26 ++++++++++++++------------ 1 files changed, 14 insertions(+), 12 deletions(-) diff --git a/conf.txt b/conf.txt index ed82d7e..cc12af5 100644 --- a/conf.txt +++ b/conf.txt @@ -1,17 +1,19 @@ -milvusurl = 192.168.1.232 +milvusurl = 192.168.1.176 milvusport = 19530 -isupdateurl = http://192.168.1.232:8088/v1/task/isChange?stateType=2 -gettaskconfurl = http://192.168.1.232:8088/v1/task/getTaskConf -updatestatusurl = http://192.168.1.232:8088/v1/task/updateChangeStatus?stateType=2 -videotaskurl = http://192.168.1.232:8089/api/v1/camera/record/task -ragurl=http://192.168.1.232:8870 -ragmode=qwen2.5vl -ollamaurl=http://192.168.1.232:11434 -ollamamode=qwen2.5vl +isupdateurl = http://192.168.1.176:8088/v1/task/isChange?stateType=2 +gettaskconfurl = http://192.168.1.176:8088/v1/task/getTaskConf +updatestatusurl = http://192.168.1.176:8088/v1/task/updateChangeStatus?stateType=2 +videotaskurl = http://192.168.1.176:8089/api/v1/camera/record/task +ragurl=http://192.168.1.176:8870 +ragmode=qwen3 +ollamaurl=http://192.168.1.176:11434 +ollamamode=qwen3 +vllmurl=http://192.168.1.176:8880/v1 +vllmmode=qwen3 filesavepath = /opt/smart -max_tokens = 2000 -threadnum = 3 +max_tokens = 200 +threadnum = 4 detectnum = 1 qwenaddr = /home/debian/Qwen2.5-VL-3B-Instruct-GPTQ-Int4 cuda = 1 - +logaddr=/home/debian/logs \ No newline at end of file -- Gitblit v1.8.0