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.03k stars 1.71k forks source link

[Feature][Module Name] Feature title How do you store an already established graph database in a graph RAG? #1685

Open Hongru0306 opened 1 month ago

Hongru0306 commented 1 month ago

Search before asking

Description

Thank you very much for your work, it has been very beneficial. But in the demo file DB-GPT-main/examples/rag/graph_rag_example.py, is it possible to store the constructed database locally, so that the next time you ask, you can directly load the local database? And I can't visualize the database form the web page 127.0.0.1:7687 that the sample builds when I open it during the storage process. I look forward to your answers in your busy schedule.

Use case

No response

Related issues

No response

Feature Priority

None

Are you willing to submit PR?

fanzhidongyzby commented 1 month ago
  1. graph_rag_example只是本地测试,力求简单明了,可以高效走通GraphRAG流程即可。
  2. 7687是RPC端口,web访问使用7070/8000访问。
yellow123Nike commented 1 month ago

怎么设置?

fanzhidongyzby commented 1 month ago

@yellow123Nike 参考文档:https://docs.dbgpt.site/docs/cookbook/rag/graph_rag_app_develop

yellow123Nike commented 1 month ago

@fanzhidongyzby 感谢

github-actions[bot] commented 15 hours ago

This issue has been marked as stale, because it has been over 30 days without any activity.