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
ISSUE:
llm-graph-builder-main\backend\src\graph_transformers\llm.py", line 611, in process_response
nodes_set.add((rel["tail"], rel["tail_type"]))
KeyError: 'tail'
2024-12-03 10:17:49,894 - closing connection for extract api
INFO: 127.0.0.1:65204 - "POST /extract HTTP/1.1" 200 OK
2024-12-03 10:18:06,317 - Request disconnected DISCRIPTION
The document I uploaded exceeds 20KB and an error as shown in the figure occurs. I would like to ask if there is a size limit for input files in this project, as I am using the qwen-long model.
The text was updated successfully, but these errors were encountered:
unfortunately we don't have access to aliyun platform. Although we tested qwen model on fireworks and it is working fine as expected.
If possible can you try fireworks?
ISSUE:
llm-graph-builder-main\backend\src\graph_transformers\llm.py", line 611, in process_response
nodes_set.add((rel["tail"], rel["tail_type"]))
KeyError: 'tail'
2024-12-03 10:17:49,894 - closing connection for extract api
INFO: 127.0.0.1:65204 - "POST /extract HTTP/1.1" 200 OK
2024-12-03 10:18:06,317 - Request disconnected
DISCRIPTION
The document I uploaded exceeds 20KB and an error as shown in the figure occurs. I would like to ask if there is a size limit for input files in this project, as I am using the qwen-long model.
The text was updated successfully, but these errors were encountered: