[Question]: Sorting of datasets and documents
Self Checks
- [x] I have searched for existing issues search for existing issues, including closed ones.
- [x] I confirm that I am using English to submit this report (Language Policy).
- [x] Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) (Language Policy).
- [x] Please do not modify this template :) and fill in all the required fields.
Describe your problem
Is it possible to sort the datasets in the ui somehow? They are in order created atm, would be good to be able to sort them by name, etc.. The same for the documents inside a dataset, easily doable by making the header clickable, click on name = sorted by name, and so on. And if we are at it, i would love to have a config option for the page size in the ui, it defaults to 10 documents / page and the firsst thing i do is change it to 100 everytime i enter a dataset to look into some documents... Thank you very much!
Hi @Drasek , thanks for the feedback.
In our new design, we can sort files by upload time.
I assume you have many knowledge bases and files, will consider how to help you in our future iterations.
While i got you attention =) It would be great to have a indicator in the datasset list to show wether a dataset is complete with parsing all documents, runing document parsings or is not runing and not complete - i build me a small python script to check for this and it starts new parse jobs automaticly as well, because i do not want to overwhelm my servers if i get new documents in (they come as a bunch of files 100-500 normaly) - nice to have the api!
@Drasek Appreciate the feedback!
In our current design, we don't have this high level indicator.
I think the key is:
do not want to overwhelm my servers if i get new documents in (they come as a bunch of files 100-500 normaly)
If that's the case, maybe queueing these files would be a better options? Will check with our dev team to verify our current implementation.