Skip to content

[Question]: Fail to access embedding model(bge-large-zh-v1.5).Connection error. #5460

Open
@qifuxiao

Description

@qifuxiao

Describe your problem

我使用docker compose顺利完成了ragflow的的部署,并且使用ollama完成了添加模型,测试任务正常,我现在想使用Xinference框架进行模型管理,当我添加的时候报错Fail to access embedding model(bge-large-zh-v1.5).Connection error.

Image

Image 我查看了ragflow-server的日志:
NoneType: None
2025-02-28 10:04:43,961 INFO 14 172.19.0.6 - - [28/Feb/2025 10:04:43] "POST /v1/llm/add_llm HTTP/1.1" 200 -
2025-02-28 10:07:08,366 INFO 14 172.19.0.6 - - [28/Feb/2025 10:07:08] "GET /v1/user/info HTTP/1.1" 200 -
2025-02-28 10:07:08,374 INFO 14 172.19.0.6 - - [28/Feb/2025 10:07:08] "GET /v1/llm/my_llms HTTP/1.1" 200 -
2025-02-28 10:07:08,375 INFO 14 172.19.0.6 - - [28/Feb/2025 10:07:08] "GET /v1/user/tenant_info HTTP/1.1" 200 -
2025-02-28 10:07:08,397 INFO 14 172.19.0.6 - - [28/Feb/2025 10:07:08] "GET /v1/llm/factories HTTP/1.1" 200 -
2025-02-28 10:07:18,369 INFO 14 Retrying request to /embeddings in 0.867682 seconds
2025-02-28 10:07:19,239 INFO 14 Retrying request to /embeddings in 1.911701 seconds
2025-02-28 10:07:21,154 ERROR 14
Fail to access embedding model(bge-large-zh-v1.5).Connection error.
NoneType: None
2025-02-28 10:07:21,156 INFO 14 172.19.0.6 - - [28/Feb/2025 10:07:21] "POST /v1/llm/add_llm HTTP/1.1" 200 -
2025-02-28 10:08:03,862 INFO 14 172.19.0.6 - - [28/Feb/2025 10:08:03] "GET /v1/user/info HTTP/1.1" 200 -
2025-02-28 10:08:03,873 INFO 14 172.19.0.6 - - [28/Feb/2025 10:08:03] "GET /v1/llm/my_llms HTTP/1.1" 200 -
2025-02-28 10:08:03,874 INFO 14 172.19.0.6 - - [28/Feb/2025 10:08:03] "GET /v1/user/tenant_info HTTP/1.1" 200 -
2025-02-28 10:08:03,898 INFO 14 172.19.0.6 - - [28/Feb/2025 10:08:03] "GET /v1/llm/factories HTTP/1.1" 200 -
2025-02-28 10:08:49,277 INFO 14 172.19.0.6 - - [28/Feb/2025 10:08:49] "GET /v1/user/info HTTP/1.1" 200 -
2025-02-28 10:08:49,287 INFO 14 172.19.0.6 - - [28/Feb/2025 10:08:49] "GET /v1/user/tenant_info HTTP/1.1" 200 -
2025-02-28 10:08:49,289 INFO 14 172.19.0.6 - - [28/Feb/2025 10:08:49] "GET /v1/llm/my_llms HTTP/1.1" 200 -
2025-02-28 10:08:49,304 INFO 14 172.19.0.6 - - [28/Feb/2025 10:08:49] "GET /v1/llm/factories HTTP/1.1" 200 -
2025-02-28 10:08:51,718 INFO 14 Retrying request to /embeddings in 0.913683 seconds
2025-02-28 10:08:52,634 INFO 14 Retrying request to /embeddings in 1.858031 seconds
2025-02-28 10:08:54,495 ERROR 14
Fail to access embedding model(bge-large-zh-v1.5).Connection error.
这里并没有给出有用的报错信息

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions