mirror of https://github.com/milvus-io/milvus.git
Update test nq size
Former-commit-id: 933de17077aa4027a827f01f30278cab6e8b8434pull/191/head
parent
05fda8c7ee
commit
13d7b1971a
|
@ -11,7 +11,7 @@ import numpy
|
|||
from milvus import Milvus, IndexType, MetricType
|
||||
from utils import *
|
||||
|
||||
nb = 100000
|
||||
nb = 10000
|
||||
dim = 128
|
||||
index_file_size = 10
|
||||
vectors = gen_vectors(nb, dim)
|
||||
|
|
Loading…
Reference in New Issue