You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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());
The text was updated successfully, but these errors were encountered:
When loading index from file should the index automatically be set to initialized = true ?
The text was updated successfully, but these errors were encountered: