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

Should index automatically be set to initialized = true after load from file? #11

Open
paulmallon opened this issue Nov 16, 2021 · 0 comments

Comments

@paulmallon
Copy link

paulmallon commented Nov 16, 2021

When loading index from file should the index automatically be set to initialized = true ?

        Index newIndex = new Index(SpaceName.L2, graphSettingService.getEmbeddingDimensions());
        newIndex.initialize(); # If not called - ef can not be set
        newIndex.load(new File(path).toPath(), 0);
        newIndex.setEf(graphSettingService.getEfSearch());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant