mirror of
https://github.com/simon987/sist2.git
synced 2025-12-13 15:29:04 +00:00
Rework user scripts, update DB schema to support embeddings
This commit is contained in:
@@ -17,7 +17,6 @@ export async function downloadToBuffer(url, onProgress) {
|
||||
break;
|
||||
}
|
||||
|
||||
console.log(`Sending ${value.length} bytes into ${buf.length} at offset ${cursor} (${buf.length - cursor} free)`)
|
||||
buf.set(value, cursor);
|
||||
cursor += value.length;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user