[GH-ISSUE #8559] Document count on the knowledge base page #134897

Closed
opened 2026-05-25 01:17:56 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @cwthomas-llu on GitHub (Jan 14, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8559

Feature Request

Is your feature request related to a problem? Please describe.
On the knowledge bas page (https://HOSTNAME_HERE/workspace/knowledge/KB_ID_HERE). There is nothing that says how many documents are in the collection. This is good information to have to be able to determine if all the documents have been successfully uploaded.

Describe the solution you'd like
Please add to the top of the page a count of how many documents are in the collection

Describe alternatives you've considered
to get the count, I had to open up the dev toolbar and do document.querySelector('SLECTOR_HERE_FOR_LIST').children to get a count. This is unacceptable.

Additional context
Add any other context or screenshots about the feature request here.

Originally created by @cwthomas-llu on GitHub (Jan 14, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/8559 # Feature Request **Is your feature request related to a problem? Please describe.** On the knowledge bas page (`https://HOSTNAME_HERE/workspace/knowledge/KB_ID_HERE`). There is nothing that says how many documents are in the collection. This is good information to have to be able to determine if all the documents have been successfully uploaded. **Describe the solution you'd like** Please add to the top of the page a count of how many documents are in the collection **Describe alternatives you've considered** to get the count, I had to open up the dev toolbar and do `document.querySelector('SLECTOR_HERE_FOR_LIST').children` to get a count. This is unacceptable. **Additional context** Add any other context or screenshots about the feature request here.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#134897