后端新增《蚕茧识别V2》模块

This commit is contained in:
BBIT-Kai
2025-11-10 18:08:50 +08:00
parent 9527cc2f1c
commit 625d185f69
15 changed files with 559 additions and 809 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
from langchain_milvus import Milvus
from config.llm import llmEmbeddings
from utils.GlobalVariable import LOCAL_IP
URI = "http://ce_milvus:19530"
URI = "http://" + LOCAL_IP + ":19530"
knVectorstore = Milvus(
embedding_function=llmEmbeddings,