WCX0221

Results 1 comments of WCX0221

> https://github.com/Tencent/WeKnora/blob/main/config/config.yaml 这里是构建的提示词; https://github.com/Tencent/WeKnora/blob/main/internal/application/service/graph.go 这里是构建图谱的代码; > > [WeKnora/internal/application/service/knowledge.go](https://github.com/Tencent/WeKnora/blob/f24cd817cbaf18cfd2b1f695328b85190db65da3/internal/application/service/knowledge.go#L992) > > Line 992 in [f24cd81](/Tencent/WeKnora/commit/f24cd817cbaf18cfd2b1f695328b85190db65da3) > > if enableGraphRAG { > 这里是启用图谱功能; > https://github.com/Tencent/WeKnora/blob/main/migrations/paradedb/00-init-db.sql 这里是数据库的表的存储结构 您好,如果我想关闭知识图谱的构建以及禁止它依据知识图谱进行检索,只需要“ENABLE_GRAPH_RAG=False”就可以了吗?