timescale / vector-cookbook

Timescale Vector Cookbook. A collection of recipes to build applications with LLMs using PostgreSQL and Timescale Vector.
https://www.timescale.com/ai
104 stars 39 forks source link

not finding extension #1

Open AssetOverflow opened 1 year ago

AssetOverflow commented 1 year ago

running timescale/timescaledb-ha:pg15-latest tried pg14-latest and got the same issue. confirmed that all python packages got install via -r requirements.txt install.. ummm..

Error code: FeatureNotSupported: extension "vector" is not available DETAIL: Could not open extension control file "/usr/share/postgresql/15/extension/vector.control": No such file or directory. HINT: The extension must first be installed on the system where PostgreSQL is running.


this was also AFTER fixing the semi-colon placement near vector"); <--


what else...

I am not using the postgres user or the postgres db (but not sure why this would matter much)... I am running docker desktop on Windows 11 Pro OS currently, but also tried it on my Macbook Pro (M1 Pro)

Nordpolar commented 1 year ago

Same problem here is there a fix ?