Like0x

Results 9 comments of Like0x

> I'm going to check the error you encountered. You're trying to download anything but PNG pictures from bing? Yes! . In fact, I want to do download some resources,such...

> There are lot of issues right now that needs to be fixed before tackling this one. I will notify you when I will start working on this, but I...

Please provide startup parameters and a possible way to reproduce your error.

Just now, I found PyMetasploit for Python 3, thank you very much. [https://github.com/iCarossio/PyMetasploit_Python3](https://github.com/iCarossio/PyMetasploit_Python3) and it is originated from the author: allfro module modification, I write my code properly now.

@26huitailang Thank you. I just tried your module and ICarossio module, and the following error occurred. I don't know why, can you help me solve it? I'm using the MAC...

ok,有时间会复现该问题和修复,感谢。

The same problem also exists in the `assemble_sub_graph_with_triples` function ``` File "/KAGTest/KAG/kag/builder/component/extractor/schema_free_extractor.py", line 567, in _invoke self.assemble_sub_graph(sub_graph, input, entities, triples) File "/KAGTest/KAG/kag/builder/component/extractor/schema_free_extractor.py", line 458, in assemble_sub_graph self.assemble_sub_graph_with_triples(sub_graph, entities, triples) File...

光在配置文件中定义batch_size 是不够的,还需要修改text_sim_by_vector.py split_list 函数: ``` def split_list(input_list, max_length=30): """ Splits a list into multiple sublists where each sublist has a maximum length of max_length. :param input_list: The original list to...

Same issue: ``` File "/KAGTest/KAG/kag/builder/component/writer/kg_writer.py", line 137, in _invoke input = self.standarlize_graph(input) File "/KAGTest/KAG/kag/builder/component/writer/kg_writer.py", line 101, in standarlize_graph print(json.dumps(v, ensure_ascii=False)) File "/opt/anaconda3/envs/kag-demo/lib/python3.10/json/__init__.py", line 238, in dumps **kw).encode(obj) File "/opt/anaconda3/envs/kag-demo/lib/python3.10/json/encoder.py", line...