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

[FEATURE] Integ test and bwc test for both approximate and exact search #2330

Open
heemin32 opened this issue Dec 12, 2024 · 0 comments
Open

Comments

@heemin32
Copy link
Collaborator

Currently, the k-NN query performs either approximate or exact searches, determined by complex internal logic. In the existing integration and backward compatibility (BWC) tests, each test is written once without explicitly considering whether the query runs in exact or approximate search mode. To improve test coverage, we should set up two distinct environments: one for approximate search and another for exact search, and execute the same tests in both environments.

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

No branches or pull requests

1 participant