mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #6565] Uploaded Files Not Visible #134135
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tdiprima on GitHub (Oct 29, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6565
Description:
After following the Open WebUI documentation for uploading files, I successfully uploaded several files using the suggested code snippet. However, these files are not visible in the interface when typing
#in the prompt field. Based on previous functionality, I expected to see all uploaded documents prefixed with#for easy selection and access. Also, if you ask the chat to find something in the uploaded documents, it thinks that there aren't any.Code Used for Uploading Files:
Steps to Reproduce:
#to bring up the list of documents.Expected Behavior:
All uploaded files should be visible in the interface, prefixed by
#, to enable quick access and reference.Current Behavior:
Uploaded files do not appear in the document list, despite the upload operation returning success.
Environment:
Additional Context:
This affects workflows that rely on the ability to quickly view and reference uploaded documents through the prompt interface. Any guidance on resolving this or confirmation of a potential bug would be greatly appreciated.
Thank you for taking a look!
@medrpa commented on GitHub (Oct 29, 2024):
Can you please tell me exactly which pdfs you are uploading in knowledge those pdfs are scanned or searchable/digitize?
@tdiprima commented on GitHub (Oct 29, 2024):
They are text documents. So yes, they are searchable.
@medrpa commented on GitHub (Oct 29, 2024):
In the knowledge base, we upload document files or directories into a collection. We then use the "#" symbol in the prompt field to select the appropriate collection.
Can you please share the screenshot?
@tdiprima commented on GitHub (Oct 29, 2024):
Right. But I said I uploaded them via the script that was recommended in the documentation (Python Example). I haven't gotten to the Adding Files to Knowledge Collections part. But I have questions about that code also: #6553 .
@tdiprima commented on GitHub (Oct 29, 2024):
@medrpa could you please maybe tag somebody who is familiar with Open WebUI's REST API, and bring them into the conversation?