Class VectorStore

  • All Implemented Interfaces:

    
    public final class VectorStore
    
                        

    Stores individual vectors on the filesystem. Layout: <indexDir>/vectors/<sha256(key)>/{key.txt, data.f32, metadata.json}

    The vector key is hashed (SHA-256) to avoid filesystem issues with arbitrary Unicode keys. The original key is preserved in key.txt.