From 0accab34ad5087ac5123d5750ef0e96887557a56 Mon Sep 17 00:00:00 2001 From: limin Date: Fri, 21 Feb 2025 14:46:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=8E=E4=B8=BA=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E9=85=8D=E7=BD=AE?= 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 62a870795..e10bd6893 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://192.168.18.46:8000/health + rag_health: http://36.103.199.248:8123/health #上传并向量化 POST - rag_embed: http://192.168.18.46:8000/embed + rag_embed: http://36.103.199.248:8123/embed #获取所有向量id GET - rag_ids: http://192.168.18.46:8000/ids + rag_ids: http://36.103.199.248:8123/ids #根据id获取文档 GET - rag_documents: http://192.168.18.46:8000/documents + rag_documents: http://36.103.199.248:8123/documents #根据id删除文档 DEL - rag_documents_del: http://192.168.18.46:8000/documents + rag_documents_del: http://36.103.199.248:8123/documents #根据file_id检索向量 POST - rag_query: http://192.168.18.46:8000/query + rag_query: http://36.103.199.248:8123/query #支持多个文件id查询向量 GET - rag_query_multiple: http://192.168.18.46:8000/query_multiple + rag_query_multiple: http://36.103.199.248:8123/query_multiple # 知识库向量嵌入 - embed: http://192.168.18.46:8000/embed + embed: http://36.103.199.248:8123/embed # 知识库查询 - embed_query: http://192.168.18.46:8000/query + embed_query: http://36.103.199.248:8123/query #### LLM train and service api 训练集、标注相关API # 训练集列表 GET