eosphoros-ai/DB-GPT

[Bug] [Module Name] Unable to get data from TuGraph

worstkid92 opened this issue · 0 comments

Search before asking

  • I had searched in the issues and found no similar issues.

Operating system information

Linux

Python version information

=3.11

DB-GPT version

main

Related scenes

  • Chat Data
  • Chat Excel
  • Chat DB
  • Chat Knowledge
  • Model Management
  • Dashboard
  • Plugins

Installation Information

Device information

GPU 32g

Models information

Default models

What happened

Unable to get data from 7687connection.
image

What you expected to happen

I hope the knowledge data is successfuly generated.

How to reproduce

1.Use docker to start TuGRAPH
2.use main branch of dbgpt,use default configuration

Additional context

TuGraph config

TUGRAPH_HOST=127.0.0.1
TUGRAPH_PORT=7687
TUGRAPH_USERNAME=admin
TUGRAPH_PASSWORD=73@TuGraph
TUGRAPH_VERTEX_TYPE=entity
TUGRAPH_EDGE_TYPE=relation
TUGRAPH_PLUGIN_NAMES=leiden

Dokcer ps result:
7b6b02441901 tugraph/tugraph-runtime-centos7:4.0.1 "/bin/bash" 34 minutes ago Up 34 minutes 0.0.0.0:7001->7001/tcp, :::7001->7001/tcp, 0.0.0.0:7070->7070/tcp, :::7070->7070/tcp, 0.0.0.0:7687->7687/tcp, :::7687->7687/tcp, 0.0.0.0:8003->8003/tcp, :::8003->8003/tcp, 0.0.0.0:8888-8889->8888-8889/tcp, :::8888-8889->8888-8889/tcp, 0.0.0.0:9090->9090/tcp, :::9090->9090/tcp tugraph_demo

Tugraph is successfully started.
image

Are you willing to submit PR?

  • Yes I am willing to submit a PR!