Skip to content

Commit

Permalink
docs: update FAQ CLIP search explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz committed Sep 27, 2024
1 parent 971ba63 commit 2775ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/FAQ.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ However, when the trash is emptied, the files will re-appear in the main timelin

### How does smart search work?

Immich uses CLIP models. For more information about CLIP and its capabilities, read about it [here](https://openai.com/research/clip).
Immich uses CLIP models. An ML model converts each image to an "embedding", which is essentially a string of numbers that semantically encodes what is in the image. The same is done for the text that you enter when you do a search, and that text embedding is then compared with those of the images to find similar ones. As such, there are no "tags", "labels", or "descriptions" generated that you can look at. For more information about CLIP and its capabilities, read about it [here](https://openai.com/research/clip).

### How does facial recognition work?

Expand Down

0 comments on commit 2775ec6

Please sign in to comment.