Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update exclude-ai-images.md #553

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/kagi/features/exclude-ai-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,17 @@ In addition to downranking, we have implemented an AI image labeling system. Thi

## Filtering AI-generated images

You can use the AI images filter to completely exclude websites with AI-generated images from your search results.
You can use the **AI images** filter to completely exclude websites with AI-generated images from your search results.

<video src="./media/exclude_ai_images_filter.mp4" width="720" type="video/mp4" autoplay muted loop playsinline disablepictureinpicture alt="Kagi Image Search - Exclude AI Images Filter" />

The **AI images** filter has three options:
- **Any**: This is the default behavior. Include all images but downrank AI-generated results.
- **None**: Exclude AI-generated results.
- **Only**: Only include AI-generated results.

You can also use the `ai:only` and `ai:none` search operators to only include AI-generated images, and exclude all AI-generated images, respectively.

## You are in control: Block websites in image search results

Note that, since there is currently no reliable way to automatically identify AI-generated images with good enough precision, this feature relies on the website's reputation rather than analyzing individual images. As a result, some AI-generated content may still appear in the results.
Expand All @@ -36,4 +43,4 @@ Click on shield icon in your image search results, the same as you already can d

The decision to implement this feature and have it turned on by default is based on our [AI integration philosophy](../why-kagi/ai-philosophy.md) and direct [user feedback](https://kagifeedback.org/d/4972-ability-to-filter-out-obvious-ai-image-websites-from-image-search).

This is farily new territory so do not expect the detection to be 100% reliable. We will be working more to improve this in the future. As always, help us improve Kagi by [sending feedback](https://kagifeedback.org).
This is fairly new territory so do not expect the detection to be 100% reliable. We will be working more to improve this in the future. As always, help us improve Kagi by [sending feedback](https://kagifeedback.org).
Loading