Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

ERROR: unrecognized parameter "maxelements" #53

Open
mineshaftgap opened this issue Sep 21, 2023 · 0 comments
Open

ERROR: unrecognized parameter "maxelements" #53

mineshaftgap opened this issue Sep 21, 2023 · 0 comments

Comments

@mineshaftgap
Copy link

Steps to reproduce

  1. CREATE EXTENSION IF NOT EXISTS embedding;
  2. CREATE TABLE test_data(id integer PRIMARY KEY, embedding real[]);
  3. CREATE INDEX ON test_data USING hnsw (embedding) WITH (maxelements = 1000000, dims=1536, m=32);

Expected result

CREATE INDEX
Index created

Actual result

ERROR: unrecognized parameter "maxelements"

Environment

Ubuntu 22.04
Postgres 16

Logs, links

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant