Skip to content
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

httpx.ConnectError: [Errno 111] Connection refused #971

Closed
1 of 3 tasks
hanyimei opened this issue Aug 19, 2024 · 2 comments
Closed
1 of 3 tasks

httpx.ConnectError: [Errno 111] Connection refused #971

hanyimei opened this issue Aug 19, 2024 · 2 comments
Labels
community_support Issue handled by community members

Comments

@hanyimei
Copy link

Do you need to file an issue?

  • I have searched the existing issues and this bug is not already filed.
  • My model is hosted on OpenAI or Azure. If not, please look at the "model providers" issue and don't file a new one here.
  • I believe this is a legitimate bug, not just a question. If this is a question, please use the Discussions area.

Describe the issue

我卡在 create_final_entities这一步,报错信息显示:httpx.ConnectError: [Errno 111] Connection refused,在尝试连接到服务器时被拒绝了。但我用crul命令访问两个api的时候是可以正常使用的,有友友遇到同样情况的吗

Steps to reproduce

No response

GraphRAG Config Used

# Paste your config here

Logs and screenshots

No response

Additional Information

  • GraphRAG Version:
  • Operating System:
  • Python Version:
  • Related Issues:
@hanyimei hanyimei added the triage Default label assignment, indicates new issue needs reviewed by a maintainer label Aug 19, 2024
@natoverse
Copy link
Collaborator

This isn't something we can help diagnose - please see issue #657 for non-OpenAI model hosts such as Ollama

@natoverse natoverse closed this as not planned Won't fix, can't repro, duplicate, stale Aug 19, 2024
@natoverse natoverse added community_support Issue handled by community members and removed triage Default label assignment, indicates new issue needs reviewed by a maintainer labels Aug 19, 2024
@hanyimei
Copy link
Author

该问题已解决,针对报错日志显示:datashaper.workflow.workflow ERROR Error executing verb "text_embed" in create_final_entities: [Errno 111] Connection refused
在代码文件\graphrag\index\workflows\v1\create_final_entities.py中,将skip_name_embedding和skip_description_embedding设置为True,即可解决报错,针对此问题若有其他解决方案欢迎交流。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community_support Issue handled by community members
Projects
None yet
Development

No branches or pull requests

2 participants