Keyword search struggles with natural language and exploratory questions. Daniel walked the DrupalSouth 2026 audience through how OpenSearch and Skpr enable semantic search that understands intent and meaning, and how Retrieval-Augmented Generation (RAG) transforms results into clear, human-friendly answers grounded in your actual content.
Similar Posts

mark.ie: LocalGov Drupal Microsites themes with sub-themes
Want all of your microsites to have an identical theme, but also one some of them to have slight variations? I got you covered. Here’s a quick and scrappy video I put together…

The Drop Times: Unmanaged Files in Drupal: Rendering an Unmanaged File in a Block (Part 3)
The Block Plugin Class public function build(): array { $uri = $this->handler->getRandomFile(); “` if (!$uri) { return [ ‘#markup’ => ‘<p>No unmanaged files found.</p>’, ]; } return [ ‘#theme’ => ‘image’, ‘#uri’ =>…

Drupal AI Initiative: Drupal AI 1.2.0-alpha2 is out and comes with stability fixes and new features
The release takes us closer to a production release, by fixing a lot of bugs on the added features since the 1.2.0-alpha1 release and it fixes minor bugs on the features that already…

What is Linux iowait? (Explained With Examples)
iowait (wait, wa, %iowait, wait%, or I/O wait) is often displayed by command-line Linux system monitoring tools such as top, sar, atop, and others. On its own, it’s one of many performance stats that…

Talking Drupal: Talking Drupal #511 – UI Suite 2.0
Today we are talking about The UI Suite Module, It’s module eco-system, and what’s new in the 2.0 release with guest Pierre Dureau. We’ll also cover Field Formatter Range as our module of…

CloudTweaks | Leading Healthcare LMS Platforms
Forma LMS, founded in 2012, is an open-source learning management system designed to meet the diverse needs of healthcare organizations. Known for its flexibility and cost-efficiency, Forma LMS is used by clients such…
