eosphoros-ai / DB-GPT

AI Native Data App Development framework with AWEL(Agentic Workflow Expression Language) and Agents
http://docs.dbgpt.cn
MIT License
13.4k stars 1.78k forks source link

[Feature]:Connect graph database #368

Open sssuperrrr opened 1 year ago

sssuperrrr commented 1 year ago

Can I connect to a local or remote neo4j database?

Aries-ckt commented 1 year ago

Can I connect to a local or remote neo4j database?

we provided connections module ,you can provide a neo4j connection for us https://github.com/csunny/DB-GPT/discussions/322

Wangzhongxi commented 5 months ago

我可以连接到本地或远程 neo4j 数据库吗?

你好,这个你有实现吗,如果有的话方便告知是如何修改的嘛

fanzhidongyzby commented 4 months ago

@Wangzhongxi TuGraph (Graph Database of Ant Group) has been integrated, and you can implement a neo4j connector. Ref: dbgpt/datasource/conn_tugraph.py PR:https://github.com/eosphoros-ai/DB-GPT/pull/1451