Hi.
If i have a dense vector with int4_hnsw can i reindex it to default indexing?
should i specify any option for it?
I believe you would like to use this option? In 8.15, the default value is int8_hnsw.
You need to reindex your data. So if you don't define that option when you create the new index, it will be applied anyway.
1 Like
Yes I ran a test reindex and i saw it is int8_hnsw
then i put null for index_options. and just specify "similarity": "cosine"
.
Thank you