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

AutoMergingRetriever support multiple levels of hierarchy #146

Open
davidsbatista opened this issue Dec 4, 2024 · 0 comments
Open

AutoMergingRetriever support multiple levels of hierarchy #146

davidsbatista opened this issue Dec 4, 2024 · 0 comments
Assignees
Labels

Comments

@davidsbatista
Copy link
Contributor

Currently, the AutoMergingRetriever only supports a 3-level hierarchy; if the number of the matched leaves is higher than the threshold, it returns the parent, but it disregards when this can happen again on the next level.

It needs to be changed to recursively go up the three until the condition for not returning the next parent is met.

@davidsbatista davidsbatista self-assigned this Dec 4, 2024
@julian-risch julian-risch added the P2 label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants