xiaozhou123-oos
xiaozhou123-oos
无法召回!
我已经存入了一个sql语句以及问题  但是我在问同样的问题时,却无法召回,生成一个错误的答案 
  
查询不好用
"抱歉,我无法回答这个问题。", "Sorry, I'm not able to provide an answer to that question." 在问答时经常出现这种无法回答的情况,是什么原因?
raise self._make_status_error_from_response(err.response) from None openai.BadRequestError: Error code: 400 - {'object': 'error', 'message': "This model's maximum context length is 32768 tokens. However, you requested 34787 tokens in the messages, Please reduce...
### Search before asking - [x] I had searched in the [issues](https://github.com/OpenSPG/KAG/issues?q=is%3Aissue) and found no similar issues. ### Operating system information Linux ### What happened  这是日志中显示已经写入节点和边的信息 但是我在查看抽取结果和知识探查中都没有任何输出:  任务状态也显示完成...
### Search before asking - [x] I had searched in the [issues](https://github.com/OpenSPG/KAG/issues?q=is%3Aissue) and found no similar issues. ### Operating system information Linux ### What happened 在点开知识问答时,显示与数据库的连接超时: ### Error querying database....
求求各位大佬,有明白的一定告诉小弟一声 kag给的内部案例比如医疗图谱,我在开发者模式中可以使用大模型询问相关知识并得出相关答案,同时我在服务端,也就是web界面可以查看他的知识图谱以及知识探查等功能,但是我无法在服务端配置llm并在服务端进行推理问答。我想知道,在kag给的实际案例中,是不是限制了我在服务端查看它所使用的知识文档,以及推理问答模式?  图1 我在后端可以实现知识问答  图2 我无法在前端配置llm以至于我无法进行推理问答  图3 我可以查看知识图谱以及schema配置
无法正确显示知识图谱,此外我还想知道实体的属性怎么能查看,是通过问答还是怎么样? 知识图谱显示效果如下:  按照文档已经将所有实体加了一个Entity的标签仍然无法显示 我是使用的该项目docker的neo4j,然后我直接向neo4j里面添加实体和信息,在neo4j里面显示正常,但是在yuxi显示就不对。