Skip to content

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

@paulmallon

Description

@paulmallon

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());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions