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

[Backport 2.x] Implemented the Streaming Feature to stream vectors from Java to JNI layer to enable creation of larger segments for vector indices (#1604) #1608

Merged
merged 1 commit into from
Apr 10, 2024

Commits on Apr 10, 2024

  1. Implemented the Streaming Feature to stream vectors from Java to JNI …

    …layer to enable creation of larger segments for vector indices (opensearch-project#1604)
    
    Changes include:
    1. Add the interface for streaming the vectors from java to jni layer with initial capacity (opensearch-project#1586)
    2. Integrating storeVectors interfaces with createIndex and createIndexTemplate functions. (opensearch-project#1588)
    3. Update KNN80BinaryDocValues reader count live docs and use live docs as initial capacity to initialize vector address(opensearch-project#1595)
    4. Move free vectorAddress from Java to JNI layer to reduce the memory footprint for Nmslib (opensearch-project#1602)
    
    Signed-off-by: Navneet Verma <[email protected]>
    navneet1v committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    36d6560 View commit details
    Browse the repository at this point in the history