Description
Need some inputs , I encountered an issue even after i have set the. storage_layout='plain' , my understanding is that when set to plain it should not to use SBQ or to set the bit_per_dimension=2
My dataset set is cohere and dimension is 768 Dim
python 3.11
postgres 16
Name | Version | Schema | Description
-------------+---------+------------+----------------------------------------------------------------------------------------------
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
vector | 0.7.4 | public | vector data type and ivfflat and hnsw access methods
vectors | 0.3.0 | vectors | vectors: Vector database plugin for Postgres, written in Rust, specifically designed for LLM
vectorscale | 0.3.0 | public | pgvectorscale: Advanced indexing for vector data
psycopg.errors.InternalError_: SBQ with more than 1 bit per dimension is only supported with the memory_optimized storage layout.
is it required to set the bit_per_dimension and also use only storage_layout='memory_optmized'.
Thank you in advance