mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
progress fixup
This commit is contained in:
parent
ab45c39f31
commit
78505491af
1 changed files with 3 additions and 1 deletions
|
|
@ -28,4 +28,6 @@ console.log(
|
||||||
` (${TOTAL - numTotal}/${TOTAL})`
|
` (${TOTAL - numTotal}/${TOTAL})`
|
||||||
);
|
);
|
||||||
console.log();
|
console.log();
|
||||||
console.log(`${(progress * 100.0).toPrecision(2)}% complete to sqlite-vec v0`);
|
console.log(
|
||||||
|
`${(progress * 100.0).toPrecision(2)}% complete to sqlite-vec v0.1.0`
|
||||||
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue