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 11:25:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9d8c2f95e342f88936b5d8f1f74f1ec1426239bb
9d8c2f95
1 parent
0a02547f
Update .env.example
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
.env.example
.env.example
View file @
9d8c2f9
...
...
@@ -78,10 +78,11 @@ BOCHA_BASE_URL=https://api.bocha.cn/v1/ai-search
BOCHA_WEB_SEARCH_API_KEY=
# ================== GraphRAG 配置 ====================
# GraphRAG 功能开关(
true/false)
,默认关闭
# GraphRAG 功能开关(
True/False),测试功能
,默认关闭
# 开启后会构建知识图谱并在章节生成前进行图谱查询
GRAPHRAG_ENABLED=false
# GraphRAG 查询次数上限(每个章节生成前LLM可查询知识图谱的最大次数)
# 仅在 GRAPHRAG_ENABLED=true 时生效
# 仅在 GRAPHRAG_ENABLED=True 时生效
# 一般推荐设置:2~4
GRAPHRAG_MAX_QUERIES=3
...
...
Please
register
or
login
to post a comment