This project is not covered by Drupal’s security advisory policy.

This recipe will add an AI powered search to the Umami demo to demonstrate the capabilities of AI search.

How to use

Compare the search results between the traditional search (header) and the AI search (sidebar).

Adding to an existing project

Requirements

  1. An Umami installation, e.g. via drush si umami_demo
  2. The amazee.ai AI provider configured / authenticated. NOTE: You will need the database name for this recipe to work.
  3. AI Search module installed via drush en -y ai_search

Installation

The database name can be retrieved from the amazee.io AI provider configuration page. Change <code>{database}</code> with your VDB database name from the amazee.ai provider settings page at <code>/admin/config/ai/providers/amazeeio</code>

composer require drupal/amazeeio_umami_search

drush recipe ../recipes/amazeeio_umami_search \
  --input amazeeio_umami_search.postgres_db_default_database={database}

drush cr
Supporting organizations: 
Funding and development
Development
Development

Project information

Releases