Download the PHP package yu-dev/module-ai-catalog-search without Composer

On this page you can find all versions of the php package yu-dev/module-ai-catalog-search. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-ai-catalog-search

Magento 2 AI Catalog Search — Natural Language Product Search with Automatic Filters

Live demo

🔗 Demo: yu.net.ua

Magento's native search matches literally on words: a customer who types "red jacket for men under $50" gets results for that exact phrase — Magento doesn't understand that "red" is a color, "for men" is a catalog section, and "$50" is a price ceiling, unless the customer opens the filters manually and sets them himself. Yu_AiCatalogSearch plugs AI straight into the storefront search box: a plain-language query turns itself into the right filters.

What the customer sees

The customer just types a query as usual:

"red jacket for men under $50" → the AI figures out on its own: color — red, category — men's, price — under $50, and applies it as ordinary search filters.

Two modes — the merchant's choice

The module offers two ways to show the result — switched by a single field in the admin panel:

If the AI is unavailable for any reason, or fails to parse the query, search simply works as usual, unchanged — the customer won't even notice.

Features

Requirements

Installation

The module is installed disabled — search behavior won't change until you enable it in the admin panel and configure at least one LLM provider.

Configuration

Stores → Configuration → Search Product AI → General

For Native mode to work fully, the merchant's catalog needs Magento's own "Use in Search Results Layered Navigation" setting enabled for the relevant attributes and for price (Stores → Attributes → Product → the attribute in question) — without it the AI still understands the query just fine, but can't apply the filter as a separate parameter, and instead just folds it into the keyword search. AI mode needs no such setting.

A category the AI is expected to recognize in a query (e.g. "for men", "women's") must be marked as Anchor (Catalog → Categories → the category → Display Settings → Is Anchor). Without this flag the category doesn't participate in search — the AI simply can't apply it as a filter, even when it correctly reads the customer's intent.

The LLM provider (OpenAI, Anthropic Claude, Google Gemini, xAI Grok and others) is configured once, in Stores → Configuration → AI → LLM AI — this section is shared across all AI modules on the store, including Yu_AiChat.

Author

Yuriy Akishin:

License

MIT


All versions of module-ai-catalog-search with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
magento/framework Version *
magento/module-catalog-search Version *
magento/module-search Version *
yu-dev/module-ai-llm Version *
yu-dev/module-ai-search-engine Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package yu-dev/module-ai-catalog-search contains the following files

Loading the files please wait ...