Skip to content

Commit 08e3823

Browse files
committed
Dropping total vectors to 1m.
1 parent 8c14874 commit 08e3823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/vector.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
TOTAL_VECTORS = 5_000_000
3+
TOTAL_VECTORS = 1_000_000
44
VECTOR_DIMENSION = 1536
55
STARTING_POINT = VECTOR_DIMENSION.times.map { Random.rand(-1.0..1.0) }
66

0 commit comments

Comments
 (0)