Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] The segmentation and sorting in the document are disordered. Can they be arranged in the order they were added #2354

Open
tomener opened this issue Feb 21, 2025 · 0 comments
Assignees

Comments

@tomener
Copy link

tomener commented Feb 21, 2025

Contact Information

wechat:tomener

MaxKB Version

v1.10.0-lts (build at 2025-02-10T17:04, commit: 50f2c96)

Problem Description

When I add segments to a document, the ones added later will be placed at the front. Adding too many segments will make the order of the segments even more disorderly.

I added it in the order of 1, 2, 3, 4, and 5, but after adding it, the sorting became 4, 1, 2, 3, and 5

Image

Steps to Reproduce

Create a blank document and add a few segments afterwards to reproduce it

The expected correct result

The correct result should be sorted in the order I added them

Related log output

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants