Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

希望不同主题的知识库互相隔离,例如在使用法律知识库QA时,不要检索到金融知识库中的相关信息,此外,试图使用以下代码删除Neo4j中的图谱数据时,会得到ValueError: Cannot resolve address release-openspg-neo4j:7687 #408

Closed
bader1000 opened this issue Nov 22, 2024 · 1 comment

Comments

@bader1000
Copy link

希望不同主题的知识库互相隔离,例如在使用法律知识库QA时,不要检索到金融知识库中的相关信息,此外,试图使用以下代码删除Neo4j中的图谱数据时,会得到ValueError: Cannot resolve address release-openspg-neo4j:7687

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")

Originally posted by @liningping in #403

@andylau-55
Copy link
Collaborator

Currently, data is isolated at the project level. You can create different project instances to isolate neo4j data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants