mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-06 17:36:48 +08:00
feat(knowledge): 优化 hit-test 功能
- 新增 Rerank 模型支持 - 添加权重设置功能 - 优化界面布局和交互 - 增加内容详情弹窗 - 调整样式,提升可读性
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user