Skip to content

Remove Experimental Labels for SparseVectorQuery Token Pruning for GA #4454

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

markjhoy
Copy link

@markjhoy markjhoy commented Jun 4, 2025

A small PR to remove the stability=experimental tags for the pruning configuration items for the sparse_vector query type.

"stack": {
"since": "8.15.0",
"stability": "experimental"
"since": "8.15.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you automatically regenerate these files, or hand edit them? I think we still need the stack version information and I'm surprised if it got wiped out automatically.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I followed the CONTRIBUTING instructions and ran make contrib -- should the since label be updated to 8.19?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think so, because it's still available in previous APIs? Maybe we can get help from the clients team to confirm this is correct.

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

Successfully merging this pull request may close these issues.

2 participants