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 +}