-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Serious bug] text files that do not support Chinese content #424
Comments
I also tried using Chinese text, and it generated normally with UTF-8 characters. Entities and relationships were also generated correctly, including the graph. However, the Chinese characters in the process are in Unicode format. I hope this can be optimized to normal characters, as it appears to be a character encoding warning. |
yeah, I am able to do Chinese network novel. 我用网络小说仙逆做的 可以成功的。 |
|
same here. It appears randomly. |
查看下你的logs,可能是大模型 Error Invoking LLM 导致ReadTimeout,最终报KeyError: 'community' |
Consolidating language support issues here: #696 |
我就是在create_final_entities的Verb text_embed过程中报错超时,请问您是怎么解决的? |
i have the same error, have u resolve it? |
我试着调整了setting.yaml文件中的embeddings部分。 # 启动controller
python -m fastchat.serve.controller --host 127.0.0.1 --port 21001
# 启动model_worker
python -m fastchat.serve.model_worker --device cpu --model-names bge-m3 --model-path D:/Models/embedding/bge-m3 --controller-address http://127.0.0.1:21001 --worker-address http://127.0.0.1:8080 --host 0.0.0.0 --port 8080
# 启动服务
python -m fastchat.serve.openai_api_server --host 0.0.0.0 --port 9000
|
I attempted to conduct an RAG test using Qian Zhongshu's "Fortress Besieged" and encountered the following errors.
the pipeline msg:
View logs like below:
The text was updated successfully, but these errors were encountered: