You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that this issue might be caused by this bug. Could you kindly help me understand how to resolve it?
I would greatly appreciate your guidance and support. Thank you so much for your time and assistance!
Search before asking
Operating system information
Linux
Python version information
3.10
DB-GPT version
latest release
Related scenes
Installation Information
Installation From Source
Docker Installation
Docker Compose Installation
Cluster Installation
AutoDL Image
Other
Device information
是用cpu运行的。
Models information
LLM_MODEL = chatgpt_proxyllm[微软代理的gpt-3.5]
EMBEDDING_MODEL=text2vec-large-chinese
TuGraph的版本是4.5.1
What happened
| ERROR | dbgpt.serve.rag.connector | connect vector store failed: Query execution failed: {code: PluginDisabled} {message: No permission to load or delete plugin, please use correct config and restart server!This function has security risks, please enable it with caution!}
| ERROR | dbgpt.app.knowledge.api | document sync batch error! Traceback (most recent call last):
| ERROR | dbgpt.serve.rag.service.service | document embedding, failed:santi.md, Query execution failed: {code: InputError} {message:Plugin [_fma_leiden] does not exist.}
What you expected to happen
在创建知识图谱的时候发生的这些错误,似乎是文件配置问题,但是自己动手操作之后配置还是有问题,希望各位大佬能给我详细一些的说明,
在刚开始生成知识图谱阶段,会生成大量错误的乱码,logs如第一个图所示,最终也会生成一点图谱,但是非常不完整。
How to reproduce
启动‘./dbgpt/app/dbgpt_server.py’
然后通过网页创建知识图谱,在创建的过程中日志就会报出这些错误
Additional context
本人是初次尝试在这些平台上搭建rag等框架的小白,很多地方学的还不是很成熟,希望各位大佬不吝赐教,非常感谢!!
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: