liyubo-debug
liyubo-debug
> [@KevinHuSh](https://github.com/KevinHuSh) certainly I tried strip the port number, but it didn't solve my problem, it errors with same message, and I also tried add some other port numbers, but...
> By default, no need for port number. > > 1. Make sure the network is accessible. `ping ` > 2. Make sure the server is up. `docker ps` >...
I've encountered the same problem. I don't know where to get test_tagging_with_atom_questions.jsonl. I hope someone can provide an answer.
> I've encountered the same problem. I don't know where to get test_tagging_with_atom_questions.jsonl. I hope someone can provide an answer. The executed commands and the corresponding return results are as...
> https://github.com/NanGePlus/KagTest/tree/main/KagV6Test/XiYouJiTest_KAG_V6 上面这个例子里有pdf文件 谢谢指路!
根据上面地址中给的例子进行测试,发现pdf文本的"graph_stat": {"num_nodes": 0, "num_edges": 0, "num_subgraphs": 0},docx和md格式文件上述参数是有数值的,为什么pdf是0? 另外我上传自己的pdf测试时出现了以下报错 `INFO:kag.interface.common.llm_client:Error 'name' during invocation: Traceback (most recent call last): File "/home/xxx/project/KAG/kag/interface/common/llm_client.py", line 110, in invoke result = prompt_op.parse_response(response, model=self.model, **variables) File "/home/xxx/project/KAG/kag/builder/prompt/default/std.py",...
是的,解析pdf特别慢就没有成功,我把pdf转为md,有些md文件的nodes和edges有数值,有些就还是0,再转为txt文件是可以解析,但是变成txt文件的话就丢失了图片和表格了。
> Did your password include some special charactor? What about changing to an easy one? Thanks for your tip. Actually, I kept the default REDIS_PASSWORD = infini_rag_flow in the .env...
> Do not alter `service_conf.yaml.template` which is all about configuration within the docker network envirement. `10080` should work if the IP is right and accessible, and RAGFlow is healthy. Thank...
The corrected configuration is correct. It turned out to be a network issue, and the interface can be accessed now.