how to do this when using memmap_threshold #3906
raulcarlomagno
started this conversation in
General
Replies: 1 comment
-
Changing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i wanted to try scalar quantization for my vectors
before, to prevent indexing while uploading vectors, i used to set indexing_threshold=0 before uploading, and then set it to the default value to start indexing.
i would like to try quantizacion with original vectors on disk and quantized in RAM
so i should have set this
optimizers_config=models.OptimizersConfigDiff(memmap_threshold=20000)
but, i dont know if this will try to index while uploading
should i set memmap_threshold=0 before uploading and set it to 20000 later?
thanks
Beta Was this translation helpful? Give feedback.
All reactions