ai对话优化知识库选择

This commit is contained in:
2025-12-29 18:40:26 +08:00
parent a33720b9f6
commit 4b6cb726d2
14 changed files with 249 additions and 81 deletions

View File

@@ -0,0 +1,8 @@
package org.xyzh.api.system.constance;
/**
* 通过redis事件实现数据库更新配置更新其他服务的bean数据
*/
public class SysConfigRedisPrefix {
public static final String SYS_CONFIG_DIFY="sys:config:dify";
}