-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
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
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Type
Projects
Status
Awaiting Triage