Description
Hi AnythingLLM community,
I'm setting up AnythingLLM using the latest Docker image via Docker Compose on an Ubuntu VM. My goal is to use documents stored on my Synology NAS, which is mounted into the VM via NFS.
My setup:
Synology NAS share mounted via NFS to /mnt/nas_docs on the Ubuntu VM host.
The relevant volume mount in my docker-compose.yml for the anythingllm service is:
volumes:
- /mnt/nas_docs:/app/server/storage/documents/nas_docs:ro
Use code with caution.
Yaml
I have verified that the mount works on the VM host (ls -l /mnt/nas_docs shows files) and adjusted NAS/host permissions (chmod 755).
Ollama is running in a separate container and configured correctly within the AnythingLLM workspace settings.
My Problem:
I cannot find the option in the AnythingLLM web UI to add the existing folder /app/server/storage/documents/nas_docs (which represents my NAS share inside the container) as a document source for my workspace ("K.I-Docs-NAS").
Clicking the "Upload/Manage Documents" icon (⬆️ icon next to the workspace name) only shows options to upload individual files or drag & drop.
Clicking "+ New Folder" inside that dialog only allows creating a new empty folder within AnythingLLM's storage.
The "Data Connectors" tab only shows external sources like GitHub, YouTube etc.
Question:
Where in the UI should I look to select and sync an existing local directory from within the container (specifically /app/server/storage/documents/nas_docs) as a document source? Is there a specific button or menu I'm missing?
Thanks for your help!
Description
Hi AnythingLLM community,
I'm setting up AnythingLLM using the latest Docker image via Docker Compose on an Ubuntu VM. My goal is to use documents stored on my Synology NAS, which is mounted into the VM via NFS.
My setup:
Synology NAS share mounted via NFS to /mnt/nas_docs on the Ubuntu VM host.
The relevant volume mount in my docker-compose.yml for the anythingllm service is:
volumes:
Use code with caution.
Yaml
I have verified that the mount works on the VM host (ls -l /mnt/nas_docs shows files) and adjusted NAS/host permissions (chmod 755).
Ollama is running in a separate container and configured correctly within the AnythingLLM workspace settings.
My Problem:
I cannot find the option in the AnythingLLM web UI to add the existing folder /app/server/storage/documents/nas_docs (which represents my NAS share inside the container) as a document source for my workspace ("K.I-Docs-NAS").
Clicking the "Upload/Manage Documents" icon (⬆️ icon next to the workspace name) only shows options to upload individual files or drag & drop.
Clicking "+ New Folder" inside that dialog only allows creating a new empty folder within AnythingLLM's storage.
The "Data Connectors" tab only shows external sources like GitHub, YouTube etc.
Question:
Where in the UI should I look to select and sync an existing local directory from within the container (specifically /app/server/storage/documents/nas_docs) as a document source? Is there a specific button or menu I'm missing?
Thanks for your help!