[GH-ISSUE #3475] [BUG]: mklink not recognized in My Documents #2246

Closed
opened 2026-02-22 18:28:49 -05:00 by yindo · 1 comment
Owner

Originally created by @SebastieZ on GitHub (Mar 15, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3475

How are you running AnythingLLM?

Docker (local)

What happened?

I have a folder containing all the files of my website and I do not want to have multiple copies of this folder on my disks.

In order to incorporate it into my Workspace, I made a MKLINK from my folder to the "documents" folder (..\AppData\Roaming\anythingllm-desktop\storage\documents) but it does not appear in "My documents" of the "AnythingLLM-desktop" interface.

hat should I do?
Thank you. 🙏

Are there known steps to reproduce?

No response

Originally created by @SebastieZ on GitHub (Mar 15, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3475 ### How are you running AnythingLLM? Docker (local) ### What happened? I have a folder containing all the files of my website and I do not want to have multiple copies of this folder on my disks. In order to incorporate it into my Workspace, I made a MKLINK from my folder to the "documents" folder _(..\AppData\Roaming\anythingllm-desktop\storage\documents\)_ but it does not appear in "My documents" of the "AnythingLLM-desktop" interface. hat should I do? Thank you. 🙏 ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:28:49 -05:00
yindo closed this issue 2026-02-22 18:28:49 -05:00
Author
Owner

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

We do not copy the file directly, we keep a formatted and plain-text version of the file as a JSON object that we reference for updates. This makes embedding requests not have to re-embed every time you want to use it. The reason your MKLinked documents do not exist is because they are not valid AnythingLLM formatted embedded versions.

Youll find that a 10MB PDF will easily become 100KB on AnythingLLM, we dont raw-copy the source files

@timothycarambat commented on GitHub (Mar 17, 2025): We do not copy the file directly, we keep a formatted and plain-text version of the file as a JSON object that we reference for updates. This makes embedding requests not have to re-embed every time you want to use it. The reason your MKLinked documents do not exist is because they are not valid AnythingLLM formatted embedded versions. Youll find that a 10MB PDF will easily become 100KB on AnythingLLM, we dont raw-copy the source files
yindo changed title from [BUG]: mklink not recognized in My Documents to [GH-ISSUE #3475] [BUG]: mklink not recognized in My Documents 2026-06-05 14:45:24 -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#2246