What is the problem this feature will solve?
for (const [id, vector] of items) {
insertStmt.run(BigInt(id), new Float32Array(vector));
}
What is the feature you are proposing to solve the problem?
sqlite3 supports this!
What alternatives have you considered?
I have to add a wrapper to uint8array for now
Reactions are currently unavailable
What is the problem this feature will solve?
What is the feature you are proposing to solve the problem?
sqlite3 supports this!
What alternatives have you considered?
I have to add a wrapper to uint8array for now