From 61a4bbc830acd998897c69d45baed84ac9eb437c Mon Sep 17 00:00:00 2001 From: wangmeihua <13383952685@163.com> Date: Wed, 2 Jul 2025 15:09:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/connection/conf/config.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/test/connection/conf/config.json b/test/connection/conf/config.json index c87674f..d92d469 100644 --- a/test/connection/conf/config.json +++ b/test/connection/conf/config.json @@ -1,5 +1,11 @@ { "filesroot": "$[workdir]$/files", + "milvus_db": "$[workdir]$/milvus.db", + "neo4j": { + "uri": "bolt://10.18.34.18:7687", + "user": "neo4j", + "password": "261229..wmh" + }, "logger": { "name": "llmengine", "levelname": "info", @@ -46,6 +52,14 @@ "leading": "/v1/fusedsearchquery", "registerfunction": "fusedsearchquery" }, + { + "leading": "/v1/searchquery", + "registerfunction": "searchquery" + }, + { + "leading": "/v1/listuserfiles", + "registerfunction": "listuserfiles" + }, { "leading": "/docs", "registerfunction": "docs" @@ -68,4 +82,4 @@ "url": "redis://127.0.0.1:6379" } } -} \ No newline at end of file +}