public class KG extends Object implements KnowledgeGraph
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
query(String query)
查找知识图谱
|
KGResp |
search(String query)
查询
|
public KG(KGConfig config)
config - 连接信息配置public List<Document> query(String query)
KnowledgeGraphquery in interface KnowledgeGraphquery - 查询体Copyright © 2024. All rights reserved.