8000 Expose indexing progress via pg_stat_progress_create_index · Issue #122 · timescale/pgvectorscale · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content < 10000 /span>
Expose indexing progress via pg_stat_progress_create_index #122
Open
@agandra30

Description

@agandra30

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0