We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For nested field, OpenSearch convert parent filter bitset to int array before passing it to JNI layer. https://github.com/opensearch-project/k-NN/blob/main/src/main/java/org/opensearch/knn/index/query/KNNWeight.java#L190C19-L190C36
We might be able to use the bitset directly from faiss engine without converting its format. This could save the both cpu and memory usage.
The text was updated successfully, but these errors were encountered:
LGTM
Sorry, something went wrong.
No branches or pull requests
For nested field, OpenSearch convert parent filter bitset to int array before passing it to JNI layer. https://github.com/opensearch-project/k-NN/blob/main/src/main/java/org/opensearch/knn/index/query/KNNWeight.java#L190C19-L190C36
We might be able to use the bitset directly from faiss engine without converting its format. This could save the both cpu and memory usage.
The text was updated successfully, but these errors were encountered: