-
Not really sure what's going on. I keep getting this error and I can't figure out how to fix it. It appeared after a power cycle of the host machine due to a power outage. I tried enabling the "full PostgreSQL log" but I can't tell if it actually worked or if I did something wrong. I also tried bash on the postgres container and running some commands I found that seemed related to this error but nothing has changed so far.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Is there a solution? |
Beta Was this translation helpful? Give feedback.
-
Are bumps acceptable here? I've been a week without my immich library and I cant figure out what I need to do :( |
Beta Was this translation helpful? Give feedback.
@YowFung Got a solution that works for me from the discord with the help of Mraedis, mertalev and bo0tzz.
DROP INDEX IF EXISTS clip_index;
SET vectors.pgvector_compatibility=on;
CREATE INDEX clip_index ON smart_search
USING hnsw (embedding vector_cosine_ops)
WITH (ef_construction = 300, m = 16);
5. Wait a couple minutes and you should be good IF YOU HAVE THE EXACT SAME ERROR I DID
Good luck :)