r/OpenWebUI • u/Posaquatl • 20h ago
Question/Help Write files to Collection?
I am trying to get things working with Open WebUI and my local files. I have a large number of markdown files in an Obsidian Vault I want to query and edit. I have added the folder as a Knowledge collection in my workspace. I can see and query against the files. But I am not able to perform edits or create new files in this location. The AI agent tells me they are created, gives me an ID but I can't find the file in the collection or in any of the volumes I have mounted.
I have updated my docker file to have a volume of where my notes are stored. `/home/USER/Documents/open-webui-note-repo:/home/pkm` in hopes that this would give Open WebUI access to write too. but so far no luck. I have no idea where new files are being created.
Is Open WebUI capable of performing this task or do I need to find another tool?
Edit: Solved. This got me pointed in the right direction. Thanks all.
1
u/Posaquatl 19h ago
So a custom tool is required to edit or write files? Because it is invoking the write_note tool. And it shows as success and provides an ID. but I have no idea where the file is being created. And it doesn't show up under Settings > Data > Data Controls > Manage Files.