Closed
Description
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
Metadata
Metadata
Assignees
Type
Projects
Status
Awaiting Triage