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.
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 callingdb.loadExtension()directly, strip the file extension first — SQLite'ssqlite3_load_extensionauto-appends platform suffixes. Or use loadDiskAnnExtension which handles this automatically.