[GH-ISSUE #848] [BUG]: 1 document failed to added: fetch failed #497

Closed
opened 2026-02-22 18:19:47 -05:00 by yindo · 3 comments
Owner

Originally created by @ivy-lv11 on GitHub (Feb 29, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/848

How are you running AnythingLLM?

Docker (remote machine)

What happened?

When I run the anythingllm docker on Linux, I run into "1 document failed to added: fetch failed" error after clicking "save and embed". Could you please help me check the cause of the problem? Thanks!

Are there known steps to reproduce?

No response

Originally created by @ivy-lv11 on GitHub (Feb 29, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/848 ### How are you running AnythingLLM? Docker (remote machine) ### What happened? When I run the anythingllm docker on Linux, I run into "1 document failed to added: fetch failed" error after clicking "save and embed". Could you please help me check the cause of the problem? Thanks! ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:19:47 -05:00
yindo closed this issue 2026-02-22 18:19:47 -05:00
Author
Owner

@timothycarambat commented on GitHub (Feb 29, 2024):

Your IP, VPN, or something else is being blocked by Hugging face and cannot download the native embedding model
see this issue for resolution!
https://github.com/Mintplex-Labs/anything-llm/issues/821#issuecomment-1968217337

@timothycarambat commented on GitHub (Feb 29, 2024): Your IP, VPN, or something else is being blocked by Hugging face and cannot download the native embedding model see this issue for resolution! https://github.com/Mintplex-Labs/anything-llm/issues/821#issuecomment-1968217337
Author
Owner

@wangwangzuge commented on GitHub (Mar 4, 2024):

Your IP, VPN, or something else is being blocked by Hugging face and cannot download the native embedding model see this issue for resolution! #821 (comment)

I'm using VPN. I can access Hugging Face through the browser normally, and I can download model files as well. However, when using AnythingLLM, it reports this exception.

@wangwangzuge commented on GitHub (Mar 4, 2024): > Your IP, VPN, or something else is being blocked by Hugging face and cannot download the native embedding model see this issue for resolution! [#821 (comment)](https://github.com/Mintplex-Labs/anything-llm/issues/821#issuecomment-1968217337) I'm using VPN. I can access Hugging Face through the browser normally, and I can download model files as well. However, when using AnythingLLM, it reports this exception.
Author
Owner

@timothycarambat commented on GitHub (Mar 6, 2024):

Yes, this is expected because the client used by the Xenova/transformers library is different and under this combination it is being blocked. There are specific headers set to download the model to be compliant with their CDN to be able to download the file via fetch/curl

@timothycarambat commented on GitHub (Mar 6, 2024): Yes, this is expected because the client used by the Xenova/transformers library is different and under this combination it is being blocked. There are specific headers set to download the model to be compliant with their CDN to be able to download the file via fetch/curl
yindo changed title from [BUG]: 1 document failed to added: fetch failed to [GH-ISSUE #848] [BUG]: 1 document failed to added: fetch failed 2026-06-05 14:35:38 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#497