- Mar 09, 2024
-
-
Sheogorath authored
-
- Mar 07, 2024
-
-
Sheogorath authored
-
Sheogorath authored
-
Botaniker (Bot) authored
-
Botaniker (Bot) authored
-
- Mar 06, 2024
-
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Botaniker (Bot) authored
-
Botaniker (Bot) authored
chore(deps): update gcr.io/distroless/static:debug-nonroot docker digest to 14a5301 See merge request !1296
-
Botaniker (Bot) authored
-
Botaniker (Bot) authored
-
Botaniker (Bot) authored
-
Botaniker (Bot) authored
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
- Mar 05, 2024
-
-
Sheogorath authored
While examples across the documentation talk about the two options devided by a | symbol seem to be usable, one has to explicitly decide for one of them.
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Botaniker (Bot) authored
-
Botaniker (Bot) authored
-
Sheogorath authored
BREAKING CHANGE: This commit require manual adjustments of the database. ``` DROP SCHEMA vectors CASCASE; DROP EXTENSION vectors; TRUNCATE TABLE smart_search; TRUNCATE TABLE asset_faces CASCADE; TRUNCATE TABLE person; ALTER TABLE smart_search ADD COLUMN IF NOT EXISTS embedding vector(512); -- need to change the number here if using a non-default CLIP model ALTER TABLE asset_faces ADD COLUMN IF NOT EXISTS embedding vector(512); SET vectors.pgvector_compatibility=on; CREATE INDEX IF NOT EXISTS clip_index ON smart_search USING hnsw (embedding vector_cosine_ops) WITH (ef_construction = 300, m = 16); CREATE INDEX IF NOT EXISTS face_index ON asset_faces USING hnsw (embedding vector_cosine_ops) WITH (ef_construction = 300, m = 16); ``` Reference: https://github.com/immich-app/immich/discussions/7310#discussioncomment-8559595
-
- Mar 04, 2024
-
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Botaniker (Bot) authored
-
Botaniker (Bot) authored
-