npm install sqlite-vss Thesqlite-vsspackage is meant to be used with Node SQLite clients likebetter-sqlite3andnode-sqlite3. // using sqlite-vss with better-sqlite3importDatabasefrom"better-sqlite3";import*assqlite_vssfrom"sqlite-vss";constdb=newDatabase(":memory:");sqlite_vss.load(db);con...
recieving error: Server running at http://localhost:3000/ file:///C:/Users/sirki/repos/eliza/src/adapters/sqlite/sqlite_vss.ts:31 throw new Error(`Unsupported platform for sqlite-vss, on a ${platform}-${arch} machine, but not in supporte...