Skip to content

perf: optimize sqlite-vec batching #58

perf: optimize sqlite-vec batching

perf: optimize sqlite-vec batching #58

Triggered via push February 8, 2026 08:43
Status Failure
Total duration 27s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test
Process completed with exit code 1.
test: src/utils/embed-batch.ts#L33
`new Array()` is unclear in intent; use either `[x]` or `Array.from({length: x})`