From 2ddd8a003456b5e90e65bbc90a9162dbbc512945 Mon Sep 17 00:00:00 2001 From: limin Date: Wed, 19 Feb 2025 09:23:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=8E=E4=B8=BA=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=9B=86=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-prod.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/yudao-server/src/main/resources/application-prod.yaml b/yudao-server/src/main/resources/application-prod.yaml index 8627f6fb9..b35a6e61c 100644 --- a/yudao-server/src/main/resources/application-prod.yaml +++ b/yudao-server/src/main/resources/application-prod.yaml @@ -249,23 +249,23 @@ llm: #################### 8123: RAG服务、训练集和标注相关API。 ################### ### RAG服务 #RAG健康检查 GET - rag_health: http://36.103.199.104:8123/health + rag_health: http://192.168.18.46:8000/health #上传并向量化 POST - rag_embed: http://36.103.199.104:8123/embed + rag_embed: http://192.168.18.46:8000/embed #获取所有向量id GET - rag_ids: http://36.103.199.104:8123/ids + rag_ids: http://192.168.18.46:8000/ids #根据id获取文档 GET - rag_documents: http://36.103.199.104:8123/documents + rag_documents: http://192.168.18.46:8000/documents #根据id删除文档 DEL - rag_documents_del: http://36.103.199.104:8123/documents + rag_documents_del: http://192.168.18.46:8000/documents #根据file_id检索向量 POST - rag_query: http://36.103.199.104:8123/query + rag_query: http://192.168.18.46:8000/query #支持多个文件id查询向量 GET - rag_query_multiple: http://36.103.199.104:8123/query_multiple + rag_query_multiple: http://192.168.18.46:8000/query_multiple # 知识库向量嵌入 - embed: http://36.103.199.104:8123/embed + embed: http://192.168.18.46:8000/embed # 知识库查询 - embed_query: http://36.103.199.104:8123/query + embed_query: http://192.168.18.46:8000/query #### LLM train and service api 训练集、标注相关API # 训练集列表 GET