refactor: 修改日志文件路径和知识库向量嵌入地址

- 更新日志文件路径为具体的本地路径
- 将知识库向量嵌入地址从36.103.199.248 更改为 18.210.203.44
This commit is contained in:
Liuyang 2025-03-05 09:27:39 +08:00
parent 129aa3a366
commit a6d3030189

View File

@ -263,7 +263,7 @@ llm:
#支持多个文件id查询向量 GET
rag_query_multiple: http://36.103.199.248:8123/query_multiple
# 知识库向量嵌入
embed: http://36.103.199.248:8123/embed
embed: http://18.210.203.44:8123/embed
# 知识库查询
embed_query: http://36.103.199.248:8123/query