Access method "hnsw" does not exist
Hey I'm having a problem creating the following:
create index on document_sections using hnsw (embedding vector_ip_ops);
My pg_vector version is 0.4.0
Any suggestions on what the issue may be? Thanks
create index on document_sections using hnsw (embedding vector_ip_ops);
My pg_vector version is 0.4.0
Any suggestions on what the issue may be? Thanks