amazeeio_umami_search
No security coverage
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
- An Umami installation, e.g. via drush si umami_demo
- The amazee.ai AI provider configured / authenticated. NOTE: You will need the database name for this recipe to work.
- 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