mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-04 23:37:32 +00:00
fix(billing): 新增知识图谱构
1. 从非结构化文本中自动抽取实体和关系 2. 构建和管理知识图谱 3. 基于图谱的检索增强生成(GraphRAG) 4. 交互式图谱可视化
This commit is contained in:
@@ -57,6 +57,12 @@
|
||||
<artifactId>ruoyi-generator</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- 知识图谱模块 -->
|
||||
<dependency>
|
||||
<groupId>org.ruoyi</groupId>
|
||||
<artifactId>ruoyi-graph</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user