Title: AI Post Filter with Cohere
Author: Abhay Patel
Published: <strong>27. 6. 2025</strong>
Last modified: 23. 8. 2025

---

Prohledat pluginy

![](https://ps.w.org/ai-post-filter-cohere/assets/banner-772x250.png?rev=3334955)

![](https://ps.w.org/ai-post-filter-cohere/assets/icon-256x256.png?rev=3334951)

# AI Post Filter with Cohere

 Autor: [Abhay Patel](https://profiles.wordpress.org/abhaypatel01/)

[Stáhnout](https://downloads.wordpress.org/plugin/ai-post-filter-cohere.1.2.0.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/ai-post-filter-cohere/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/ai-post-filter-cohere/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/ai-post-filter-cohere/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/ai-post-filter-cohere/#developers)

 [Podpora](https://wordpress.org/support/plugin/ai-post-filter-cohere/)

## Popis

Use natural language prompts to filter posts of any post type via AI.

### Use Cases

Users can enter natural language prompts across any post type including products,
posts, custom post types, and more.

 * **Product Specific Filters**:
    - Get products published in May and are in stock
    - Get New arrivals in the Accessories category
    - Get products on sale in the electronics category
    - Get products with a sale price less than 30
 * **Media-Based Filters**:
    - Get posts without featured images
    - Get only products with gallery images
 * **Logical Conditions (AND/OR)**:
    - Get Products in stock and published after Jan 1, 2024
    - Get products from last 7 days that are out of stock

### External Services

This plugin connects to an API provided by Cohere (https://cohere.com) to perform
AI-powered filtering of WordPress posts and custom post types. It sends the prompt
entered by the admin to Cohere’s `/v2/chat` endpoint. The API responds with a set
of WP_Query arguments based on understanding of the prompt.

### Details of the API integration

 * **What the service is**:
    The plugin integrates with the Cohere Chat API (https://
   cohere.com), a third-party AI service that specializes in natural language understanding
   and generation.
 * **What it is used for**:
    The API is used to analyze admin-entered prompts and
   return relevant WP_Query arguments. These are used by the plugin to filter posts
   or custom post types intelligently, enabling semantic searching in the WordPress
   admin area.
 * **What Data is Sent**:
    - The prompt entered by the WordPress admin is sent to the Cohere API. No personal
      user or customer data is collected or transmitted.
 * **Why the data is sent**:
    The data is sent so that the Cohere API can understand
   the context of the content and the user’s intent behind the prompt. This allows
   it to return accurate WP_Query arguments to filter posts, instead of relying 
   on simple keyword-based filters.
 * **When Data is Sent**:
    Only when the admin enters a prompt in the plugin interface
   and initiates the filter action
 * **How Data is Sent**:
    Data is sent via a secure `wp_remote_post()` request to`
   https://api.cohere.com/v2/chat`
 * **Terms and Privacy**:
    - [Cohere Terms of Use](https://cohere.com/terms-of-use)
    - [Cohere Privacy Policy](https://cohere.com/privacy)

This API connection is essential for the plugin’s AI features to function. If you
choose not to use the AI filtering functionality, the rest of the plugin remains
functional.

## Snímky obrazovky

 * [[
 * Voice Search feature.
 * [[
 * Search with multiple (and/or) conditions
 * [[
 * Filter posts by it’s meta data like. price, stock, sku etc
 * [[
 * Filter WooCommerce products on shop and category pages
 * [[
 * Filter WooCommerce products on shop and category pages with voice search

## Instalace

 1. Unzip and upload contents of the plugin to your /wp-content/plugins/ directory
 2. Activate the plugin through the ‚Plugins‘ menu in WordPress
 3. Go to WordPress admin > Settings > General, and add the API key in the „Cohere 
    API Key“ field
 4. Visit the any supported post type listing page in your admin panel. You’ll now 
    see a new “Ask AI to filter…” input field above the list – enter a natural language
    prompt to filter items using AI.

## Nejčastější dotazy

### Where to add Cohere AI API key

Go to WordPress admin > Settings > General, and add the API key in the „Cohere API
Key“ field

## Recenze

![](https://secure.gravatar.com/avatar/17653d7c56805019557f6f221a57e4166d640355b1bd0ae46dc35d2673997c70?
s=60&d=retro&r=g)

### 󠀁[Easy and Powerful Product Filtering with Voice Support](https://wordpress.org/support/topic/easy-and-powerful-product-filtering-with-voice-support/)󠁿

 [samhalt](https://profiles.wordpress.org/samhalt/) 9. 8. 2025 1 odpověď

I have used this plugin on my WooCommerce products dashboard and it works really
well. The voice mode is amazing — I can quickly get a list of products based on 
sale price, regular price, stock, image date, or any other field just by talking.
Setting it up was super easy too — I only had to add my Cohere API key in the settings
and it was ready to use. Very helpful plugin!

 [ Přečtěte si 1 recenzi ](https://wordpress.org/support/plugin/ai-post-filter-cohere/reviews/)

## Autoři

AI Post Filter with Cohere je otevřený software. Následující lidé přispěli k vývoji
tohoto pluginu.

Spolupracovníci

 *   [ Abhay Patel ](https://profiles.wordpress.org/abhaypatel01/)

[Přeložte “AI Post Filter with Cohere” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/ai-post-filter-cohere)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/ai-post-filter-cohere/),
podívejte se do [SVN repozitáře](https://plugins.svn.wordpress.org/ai-post-filter-cohere/),
nebo se přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/ai-post-filter-cohere/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/ai-post-filter-cohere/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 1.2.0 (23.08.2025)

 * New: WooCommerce 10.1.1 compatible
 * New: Filter WooCommerce products on shop and category pages using natural language
   prompts with voice search support
 * Update: POT file

#### 1.1.0 (28.06.2025)

 * New: WooCommerce 9.9.5 compatible
 * New: Voice search support to capture prompts using speech for searching WooCommerce
   products or any post type
 * Update: Improved accuracy of AI-generated response related to date filters, metadata,
   and taxonomy-based prompts
 * Update: POT file

#### 1.0.0 (15.06.2025)

 * Initial release

## Meta

 *  Verze **1.2.0**
 *  Poslední aktualizace **před 8 měsíců**
 *  Aktivních instalací **Méně než 10**
 *  Verze WordPressu ** 5.0 nebo novější **
 *  Testováno až do WordPressu **6.8.5**
 *  Verze PHP ** 7.0 nebo novější **
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/ai-post-filter-cohere/)
 * Štítky
 * [ai assistant](https://cs.wordpress.org/plugins/tags/ai-assistant/)[ai search](https://cs.wordpress.org/plugins/tags/ai-search/)
   [woocommerce product filter](https://cs.wordpress.org/plugins/tags/woocommerce-product-filter/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/ai-post-filter-cohere/advanced/)

## Hodnocení

 5 z 5 hvězdiček.

 *  [  1 5hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/ai-post-filter-cohere/reviews/?filter=5)
 *  [  0 4hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/ai-post-filter-cohere/reviews/?filter=4)
 *  [  0 3hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/ai-post-filter-cohere/reviews/?filter=3)
 *  [  0 2hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/ai-post-filter-cohere/reviews/?filter=2)
 *  [  0 1hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/ai-post-filter-cohere/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/ai-post-filter-cohere/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/ai-post-filter-cohere/reviews/)

## Spolupracovníci

 *   [ Abhay Patel ](https://profiles.wordpress.org/abhaypatel01/)

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/ai-post-filter-cohere/)