You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried creating a IVF_HNSW_SQ index on a dataset that has a vector column called embedding, but it seems the index type is always listed as IVF_PQ no matter what.
Here's a reproducible example. I use lancedb here but I extract the underlying lance dataset right away and create the index on that, so I don't think it's a lancedb issue:
I've tried creating a
IVF_HNSW_SQ
index on a dataset that has a vector column calledembedding
, but it seems the index type is always listed asIVF_PQ
no matter what.Here's a reproducible example. I use
lancedb
here but I extract the underlyinglance
dataset right away and create the index on that, so I don't think it's alancedb
issue:Versions of packages I'm using in this example with Python 3.10:
Any suggestions would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: