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][Knowledge Graph] Support proxy LLM for TuGraph. #1721

Closed Hec-gitHub closed 2 days ago

Hec-gitHub commented 1 month ago

Search before asking

Description

Can proxy LLM be supported when creating a knowledge base using graph database. What code files need to be modified when using graph databases based on proxy LLM. For example: /DB-GPT/dbgpt/storage/knowledge_graph/knowledge_graph.py

Use case

When using a graph database to query content, you can freely switch between proxy LLM.

Related issues

nothing

Feature Priority

None

Are you willing to submit PR?

Kain-90 commented 1 month ago

Modify LLM_MODEL and the corresponding endpoint url and api_key in the .env file to the model you want, if it's not supported, you'll need to mock up and write some files yourself.

Hec-gitHub commented 1 month ago

Modify LLM_MODEL and the corresponding endpoint url and api_key in the .env file to the model you want, if it's not supported, you'll need to mock up and write some files yourself.

I understand now. By examining the implementation content of '/DB-GPT/dbgpt/storage/knowledge_graph/knowledge_graph.py', it is indeed necessary to customize some implementation files to support proxy LLM.

github-actions[bot] commented 1 week ago

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

github-actions[bot] commented 2 days ago

This issue bas been closed, because it has been marked as stale and there has been no activity for over 7 days.