Open DebroonAir opened 5 months ago
问题一:
from neo4j import GraphDatabase
uri = "bolt://localhost:7687" # Neo4j数据库的URI username = "neo4j" # 数据库用户名 password = "password" # 数据库密码
driver = GraphDatabase.driver(uri, auth=(username, password))
您好,在这里修改,文章代码重点的url为sandbox提供的,本地构建修改就可以。
问题二:
1 如果图谱千万节点可能构建时间过长,如果采用sandbox可能只能保持一段有限时间,采用本地的没有这个问题。 2 如果关系过于复杂,可能在搜寻子图的时候得到的子图链过长,作为prompt会超出chatgpt的长度限制。 3 可能存在一定噪声
因此,您说的这种情况十分有实用价值,可以对mindmap进行进一步优化。 Debroon @.***>于2024年6月12日 周三23:51写道:
如果我想用本地医疗知识图谱是切换哪个位置
如果这个图谱千万节点,亿条边呢,会导致什么问题
— Reply to this email directly, view it on GitHub https://github.com/wyl-willing/MindMap/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/APCDU63R6GRNPVQDKWDQMI3ZHBVBVAVCNFSM6AAAAABJGUXJ3CVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM2DSMJRHE2TSMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
如果我想用本地医疗知识图谱是切换哪个位置
如果这个图谱千万节点,亿条边呢,会导致什么问题