feat(knowledge): 优化 hit-test 功能

- 新增 Rerank 模型支持
- 添加权重设置功能
- 优化界面布局和交互
- 增加内容详情弹窗
- 调整样式,提升可读性
This commit is contained in:
Huangzhe
2025-04-30 09:42:12 +08:00
parent 97180035e0
commit 3bad79f9b8
9 changed files with 379 additions and 114 deletions

View File

@@ -36,7 +36,8 @@ module.exports = {
},
proxy: {
[DIFY_URL]: {
target: 'http://localhost:3000',
// target: 'http://localhost:3000',
target: 'http://10.147.17.115:3000',
changeOrigin: true,
onProxyRes: (proxyRes, req, res) => {
delete proxyRes.headers['x-frame-options']