admin管理员组

文章数量:1335409

I tried following the instructions here:

The error message that I am getting is this:

ERROR: extension "vector" has no installation script nor update path for version "0.8.0" SQL state: 22023

Any suggestions? I am not sure what to do, has anyone else experienced this before?

I tried following the instructions here: https://github/pgvector/pgvector#windows

The error message that I am getting is this:

ERROR: extension "vector" has no installation script nor update path for version "0.8.0" SQL state: 22023

Any suggestions? I am not sure what to do, has anyone else experienced this before?

Share Improve this question asked Nov 20, 2024 at 1:42 Chicken Sandwich No PicklesChicken Sandwich No Pickles 3,38213 gold badges63 silver badges125 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

I had same issue on MAC. It was resolved by copying the vector-0.8.0.sql file into extension folder.

Command:

sudo cp /tmp/pgvector/sql/vector--0.8.0.sql /Library/PostgreSQL/17/share/postgresql/extension/

本文标签: pgadmin 4Installing PGVectorStack Overflow