You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from kag.common.graphstore.neo4j_graph_store import Neo4jClient
test = Neo4jClient(uri="neo4j://release-openspg-neo4j:7687", user="neo4j", password="neo4j@openspg")
test.delete_all_data("neo4j")
希望不同主题的知识库互相隔离,例如在使用法律知识库QA时,不要检索到金融知识库中的相关信息,此外,试图使用以下代码删除Neo4j中的图谱数据时,会得到
ValueError: Cannot resolve address release-openspg-neo4j:7687
Originally posted by @liningping in #403
The text was updated successfully, but these errors were encountered: