[GH-ISSUE #3238] [BUG]: Failed to move documents to Workspace #2085

Closed
opened 2026-02-22 18:28:05 -05:00 by yindo · 2 comments
Owner

Originally created by @ngbc1999 on GitHub (Feb 16, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3238

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

Image

When I download AnythingLLM, I failed, It suggests as follows
Error: Failed to download the local LLM libraries (Error: resolving hostname)
Please visit https://docs.anythingllm.com/installation-desktop/windows for more help.
The built-in localLLM provider will not function until this is fixed, but all others are OK to use.

Image

So I download the Manual Dependency Installation from the AnythingLLM S3 bucket in https://docs.anythingllm.com/installation-desktop/manual-install

Image

and Copy the lib folder and paste it into the ollama folder inside the AnythingLLM Desktop application folder.

Image

But I still can not move documents to Workspace.

What should I do?

Are there known steps to reproduce?

No response

Originally created by @ngbc1999 on GitHub (Feb 16, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3238 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? ![Image](https://github.com/user-attachments/assets/43270879-edd9-4ba5-84bf-11ffb1f8432a) When I download AnythingLLM, I failed, It suggests as follows Error: Failed to download the local LLM libraries (Error: resolving hostname) Please visit https://docs.anythingllm.com/installation-desktop/windows for more help. The built-in localLLM provider will not function until this is fixed, but all others are OK to use. ![Image](https://github.com/user-attachments/assets/4ff3aa36-c022-4622-ba83-91547bc98ac5) So I download the Manual Dependency Installation from the AnythingLLM S3 bucket in https://docs.anythingllm.com/installation-desktop/manual-install ![Image](https://github.com/user-attachments/assets/17cc705a-61bd-4dc6-8351-ac815607b6cc) and Copy the lib folder and paste it into the ollama folder inside the AnythingLLM Desktop application folder. ![Image](https://github.com/user-attachments/assets/3e2758c7-2070-4e79-a921-fb6687439c9f) But I still can not move documents to Workspace. What should I do? ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:28:05 -05:00
yindo closed this issue 2026-02-22 18:28:05 -05:00
Author
Owner

@timothycarambat commented on GitHub (Feb 17, 2025):

The LLM (what you fixed) is independent of the embedding model
HuggingFace, where we pull the local embedder model from geo-blocks all of China (and some other places)
https://github.com/Mintplex-Labs/anything-llm/issues/821

So we mirror these assets on our CDN (https://cdn.anythingllm.com), but it also has rate limits and other rules to prevent abuse of the resources due to a recent DDOS.

You will need the also manually install the embedder to get around these issues:
https://github.com/Mintplex-Labs/anything-llm/issues/3031#issuecomment-2652783159
https://docs.anythingllm.com/fetch-failed-on-upload

@timothycarambat commented on GitHub (Feb 17, 2025): The LLM (what you fixed) is independent of the _embedding model_ HuggingFace, where we pull the local embedder model from geo-blocks all of China (and some other places) https://github.com/Mintplex-Labs/anything-llm/issues/821 So we mirror these assets on our CDN (https://cdn.anythingllm.com), but it also has rate limits and other rules to prevent abuse of the resources due to a recent DDOS. You will need the also manually install the embedder to get around these issues: https://github.com/Mintplex-Labs/anything-llm/issues/3031#issuecomment-2652783159 https://docs.anythingllm.com/fetch-failed-on-upload
Author
Owner

@ngbc1999 commented on GitHub (Feb 18, 2025):

It works, thank you

@ngbc1999 commented on GitHub (Feb 18, 2025): It works, thank you
yindo changed title from [BUG]: Failed to move documents to Workspace to [GH-ISSUE #3238] [BUG]: Failed to move documents to Workspace 2026-06-05 14:44:26 -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#2085