diff --git a/yudao-server/src/main/resources/application-prod.yaml b/yudao-server/src/main/resources/application-prod.yaml index 675bb3e79..da0f2f8a0 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.248:8000/health + rag_health: http://36.103.199.248:8123/health #上传并向量化 POST - rag_embed: http://36.103.199.248:8000/embed + rag_embed: http://36.103.199.248:8123/embed #获取所有向量id GET - rag_ids: http://36.103.199.248:8000/ids + rag_ids: http://36.103.199.248:8123/ids #根据id获取文档 GET - rag_documents: http://36.103.199.248:8000/documents + rag_documents: http://36.103.199.248:8123/documents #根据id删除文档 DEL - rag_documents_del: http://36.103.199.248:8000/documents + rag_documents_del: http://36.103.199.248:8123/documents #根据file_id检索向量 POST - rag_query: http://36.103.199.248:8000/query + rag_query: http://36.103.199.248:8123/query #支持多个文件id查询向量 GET - rag_query_multiple: http://36.103.199.248:8000/query_multiple + rag_query_multiple: http://36.103.199.248:8123/query_multiple # 知识库向量嵌入 - embed: http://36.103.199.248:8000/embed + embed: http://36.103.199.248:8123/embed # 知识库查询 - embed_query: http://36.103.199.248:8000/query + embed_query: http://36.103.199.248:8123/query #### LLM train and service api 训练集、标注相关API # 训练集列表 GET