@photostructure/sqlite-diskann
    Preparing search index...

    Function getExtensionPath

    • Get the path to the native DiskANN extension for the current platform.

      Returns the full file path including extension (e.g., /path/to/diskann.so). If calling db.loadExtension() directly, strip the file extension first — SQLite's sqlite3_load_extension auto-appends platform suffixes. Or use loadDiskAnnExtension which handles this automatically.

      Returns string