timescale / pgvectorscale

A complement to pgvector for high performance, cost efficient vector search on large workloads.
PostgreSQL License
610 stars 23 forks source link

Docker image without vectorscale #91

Closed byellokore closed 1 week ago

byellokore commented 3 weeks ago
Screenshot 2024-06-12 at 17 57 08

Followed the tutorial here

oliver-kriska commented 3 weeks ago

same for me as well. I tried these images which were updated 2 days ago:


postgres=# \dx
                                                    List of installed extensions
        Name         | Version |   Schema   |                                      Description
---------------------+---------+------------+---------------------------------------------------------------------------------------
 plpgsql             | 1.0     | pg_catalog | PL/pgSQL procedural language
 timescaledb         | 2.15.2  | public     | Enables scalable inserts and complex queries for time-series data (Community Edition)
 timescaledb_toolkit | 1.18.0  | public     | Library of analytical hyperfunctions, time-series pipelining, and other SQL utilities
(3 rows)

postgres=# CREATE EXTENSION IF NOT EXISTS vectorscale CASCADE;
ERROR:  extension "vectorscale" is not available
DETAIL:  Could not open extension control file "/usr/share/postgresql/16/extension/vectorscale.control": No such file or directory.
HINT:  The extension must first be installed on the system where PostgreSQL is running.
oliver-kriska commented 3 weeks ago

I think it's related to #85 because I'm on Mac OS X with M1/ARM.

oliver-kriska commented 3 weeks ago

yes, it works on AMD with timescale/timescaledb-ha:pg16-all

cevian commented 1 week ago

Ok this has now been fixed for ARM!