Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
马一丁
2025-12-20 18:27:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cf02777c15c92eee2ac478d9c6a30ad5a840a030
cf02777c
1 parent
b60ee3da
Update the description of the configuration interface
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
templates/index.html
templates/index.html
View file @
cf02777
...
...
@@ -2404,7 +2404,7 @@
{
value
:
'True'
,
label
:
'开启'
}
]
},
{
key
:
'GRAPHRAG_MAX_QUERIES'
,
label
:
'每章节查询次数上限'
,
type
:
'number'
,
condition
:
{
key
:
'GRAPHRAG_ENABLED'
,
value
:
'True'
}
}
{
key
:
'GRAPHRAG_MAX_QUERIES'
,
label
:
'每章节查询次数上限
(推荐设置为2~4,可能会影响生成时间)
'
,
type
:
'number'
,
condition
:
{
key
:
'GRAPHRAG_ENABLED'
,
value
:
'True'
}
}
]
}
];
...
...
Please
register
or
login
to post a comment