KAG icon indicating copy to clipboard operation
KAG copied to clipboard

Current UI and Documentation is not matching

Open Jobayer-sheikh opened this issue 7 months ago • 6 comments

Search before asking

  • [x] I had searched in the issues and found no similar feature requirement.

Description

The current UI and documentation are outdated. The documentation provides an old method for creating configurations, but when I run the application, the UI is different. I'm encountering an error after providing the configuration, but the error message is not meaningful.

What is the following error means

unknown error PemjaUtils.invoke Exception uniqueKey:SPGServerBridge_b67f8e4760234a1e60ac6fee679fd258

Are you willing to submit PR?

  • [ ] Yes I am willing to submit a PR!

Jobayer-sheikh avatar May 04 '25 11:05 Jobayer-sheikh

Image

Image

I'm facing the same error despite setting the correct path to Neo4j docker instance. Password and username were confirmed to be correct

mystvearn avatar May 05 '25 06:05 mystvearn

Image

Image

I'm facing the same error despite setting the correct path to Neo4j docker instance. Password and username were confirmed to be correct

Is your neo4j container still running or not ? You can check neo4j container status by docker ps, and normally it should be:

Image

caszkgui avatar May 06 '25 13:05 caszkgui

I also encountered the same problem.

WHSnhcZDYRZC avatar May 10 '25 07:05 WHSnhcZDYRZC

@caszkgui 您好,麻烦您看下这个问题,都是按照文档设置的,但是报错: unknown error PemjaUtils.invoke Exception uniqueKey:SPGServerBridge_7da2180c0a7139e88e21adc775db3930

@caszkgui (Hello, could you please take a look at this issue? Everything is set according to the document, but an error is reported: unknown error PemjaUtils.invoke Exception uniqueKey:SPGServerBridge_7da2180c0a7139e88e21adc775db3930)

Image

WHSnhcZDYRZC avatar May 10 '25 07:05 WHSnhcZDYRZC

我研究了一段时间,最终解决了这个问题,实际上这个问题的原因是 openai key 无效导致的,具体可以在 docker 日志 中找到,https://api.siliconflow.cn/v1 接口返回 401 的问题导致 程序报错。 (I studied for a while and finally solved this problem. In fact, the cause of this problem was caused by the invalid openai key. The details can be found in the docker log. The api.siliconflow.cn/v1 interface returned a 401 problem, which caused the program to report an error.)

解决方法:1. https://docs.siliconflow.cn/cn/faqs/error-code 地址中找到,去测试 key 是否有权限,2. 如果没权限去 https://cloud.siliconflow.cn/account/ak 申请一个 key 就能解决了 (Solution: 1. Find it in the https://docs.siliconflow.cn/cn/faqs/error-code address to test whether the key has permissions, 2. If you don't have permission to go to https://cloud.siliconflow.cn/account/ak and apply for a key, it will be solved.)

Image

WHSnhcZDYRZC avatar May 10 '25 16:05 WHSnhcZDYRZC

但是明明是基本配置报错,为何你的解决方案是修改llm的配置的key?

albertyou2 avatar May 25 '25 04:05 albertyou2

当我使用硅基流动 api key 并在硅基流动官网引用我的API key 测试并成功 我依然得到了这个错误 请问你们解决了吗?

luojiong avatar Jun 02 '25 12:06 luojiong

当我使用硅基流动 api key 并在硅基流动官网引用我的API key 测试并成功 我依然得到了这个错误 请问你们解决了吗?

Could you run docker logs release-openspg-server and give us more details?

caszkgui avatar Jun 03 '25 00:06 caszkgui

@caszkgui Hi, I have successfully solved the problem. The issue I encountered was due to using a different embedding model API path from your document. I changed it to the path in the document and the problem was resolved

luojiong avatar Jun 03 '25 01:06 luojiong