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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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').childrento get a count. This is unacceptable.Additional context
Add any other context or screenshots about the feature request here.