DB-GPT [Bug] [聊天知识] Bug标题

qnakjoqk  于 2个月前  发布在  其他
关注(0)|答案(2)|浏览(52)

在创建具有知识图存储的新知识空间时,在最后一步分割过程中,点击进程按钮后,请求知识图失败并超时。

您期望的操作如下:

  1. 可能是由tugraph完成的;
  2. 在创建具有知识图存储的新知识空间时,在最后一步分割过程中,后端显示以下日志:
2024-07-04 08:33:16 f076e5cc9ad2 dbgpt.serve.rag.connector[780] INFO VectorStore:<class 'dbgpt.storage.knowledge_graph.knowledge_graph.BuiltinKnowledgeGraph'>
2024-07-04 08:33:30 f076e5cc9ad2 dbgpt.util.api_utils[780] WARNING Health check failed for [http://127.0.0.1:5000](http://127.0.0.1:5000) , error: HTTPConnectionPool(host='127.0.0.1', port=5000): Read timed out. (read timeout=10)
2024-07-04 08:33:45 f076e5cc9ad2 dbgpt.util.api_utils[780] WARNING Health check failed for [http://127.0.0.1:5000](http://127.0.0.1:5000) , error: HTTPConnectionPool(host='127.0.0.1', port=5000): Read timed out. (read timeout=10)
2024-07-04 08:34:00 f076e5cc9ad2 dbgpt.util.api_utils[780] WARNING Health check failed for [http://127.0.0.1:5000](http://127.0.0.1:5000) , error: HTTPConnectionPool(host='127.0.0.1', port=5000): Read timed out. (read timeout=10)
2024-07-04 08:34:15 f076e5cc9ad2 dbgpt.util.api_utils[780] WARNING Health check failed for [http://127.0.0.1:5000](http://127.0.0.1:5000) , error: HTTPConnectionPool(host='127.0.0.1', port=5000): Read timed out. (read timeout=10)
2024-07-04 08:34:16 f076e5cc9ad2 dbgpt.storage.graph_store.factory[780] ERROR create graph store failed: Couldn't connect to release-openspg-tugraph:9090 (resolved to ()):
 Failed to read any data from server ResolvedIPv4Address(('172.19.0.3', 9090)) after connected (deadline Deadline(timeout=60.0))
2024-07-04 08:34:16 f076e5cc9ad2 dbgpt.serve.rag.connector[780] ERROR connect vector store failed: Couldn't connect to release-openspg-tugraph:9090 (resolved to ()):
 Failed to read any data from server ResolvedIPv4Address(('172.19.0.3', 9090)) after connected (deadline Deadline(timeout=60.0))
2024-07-04 08:34:18 f076e5cc9ad2 dbgpt.util.api_utils[780] WARNING No healthy urls found, selecting randomly
2024-07-04 08:34:18 f076e5cc9ad2 dbgpt.util.api_utils[780] WARNING No healthy urls found, selecting randomly
Process request for the knowledge graph fails with timeout.
wecizke3

wecizke31#

你可以确保这是网络问题吗?

piztneat

piztneat2#

你可以确保这不是网络问题吗?
我可以确保这不是网络问题。我已经为dbgpt和tugraph创建了网络。此外,dbgpt的登录日志显示它已成功连接到tugraph,但无法读取任何数据。

相关问题