Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

search_api_vragen_ai

75 sites Security covered
View on drupal.org

Vragen.ai integration for Drupal Search API

This module integrates Drupal Search API with Vragen.ai
for indexing Drupal content as a knowledge source.

Vragen.ai is an AI-powered search solution that answers questions based on your
own content. Instead of relying only on keyword matching, it retrieves relevant
information from configured sources and generates an answer with source references.

In a Drupal setup, this module allows Search API content to be synchronized with
Vragen.ai so Drupal content can be used in an AI search interface, assistant, or chatbot.

Authentication

To enable this module to communicate with the Vragen.ai API it requires:

  1. the correct endpoint created specifically for your organization
  2. the bearer token used to authorize requests

This information can be submitted using the form found at:

/admin/config/search/vragen-ai

Configuration

  1. Create a new server with backend Vragen.ai.
  2. Create a new index and adjust the following settings:
    • Datasources: Content
    • Bundles: the bundles you want to index
    • Language: the languages to include
    • Index items immediately: off
  3. If you have attached files or media (for example PDFs) that should be indexed
    together with the content, add those fields as Vragen.ai attachments.
  4. Configure and add all fields that are part of the index. Rendering content to HTML
    is recommended so the backend can recognize structure and semantics more reliably.

You can leave immediate indexing enabled, but that will send requests directly to
the backend during content updates instead of handling synchronization through cron.

What Vragen.ai adds

Vragen.ai is intended for question answering on top of an organization’s own
knowledge sources. According to its documentation, the platform combines retrieval
and generative AI so answers are based on available source material rather than
only on model knowledge.

  • Retrieval from your own content sources
  • Answer generation based on retrieved context
  • Source references in generated answers
  • Configuration of tone, role, and answer behavior
  • Testing and validation before going live
  • Analysis of incoming questions and content gaps

In practice, this means Drupal can remain the content source of truth, while
Vragen.ai provides a natural-language interface on top of indexed content.

Typical use cases

  • documentation and knowledge bases
  • service and support content
  • public information websites
  • content-heavy Drupal platforms where keyword search is insufficient

How it fits in a Drupal architecture

Drupal content
  -> Search API index
  -> Vragen.ai backend
  -> AI search / assistant interface

This module focuses on the indexing and synchronization part of that flow.

Requirements

  • Drupal 10 or 11
  • Search API
  • access to a Vragen.ai environment

Installation

composer require drupal/search_api_vragen_ai

Enable the module:

drush en search_api_vragen_ai

When to use this module

Use this module when Drupal content should be made available to Vragen.ai as a
managed knowledge source. This is especially useful when existing Search API
indexes already describe the content that should be exposed to AI-assisted search.

Resources

Activity

Total releases
16
First release
Mar 2025
Latest release
2 weeks ago
Release cadence
25 days
Stability
13% stable

Release Timeline

Releases

Version Type Release date
2.0.1 Stable Apr 3, 2026
2.0.0 Stable Mar 13, 2026
2.0.0-beta14 Pre-release Mar 6, 2026
2.0.0-beta13 Pre-release Mar 6, 2026
2.0.0-beta12 Pre-release Feb 27, 2026
2.0.0-beta10 Pre-release Feb 19, 2026
2.0.0-beta9 Pre-release Feb 19, 2026
2.0.0-beta8 Pre-release Dec 11, 2025
2.0.0-beta7 Pre-release Nov 28, 2025
2.0.0-beta6 Pre-release Nov 7, 2025
2.0.0-beta5 Pre-release Oct 24, 2025
2.0.0-beta4 Pre-release Oct 6, 2025
2.0.0-beta3 Pre-release Oct 2, 2025
2.0.0-beta2 Pre-release May 12, 2025
2.0.0-beta1 Pre-release Mar 31, 2025
2.0.0-alpha1 Pre-release Mar 27, 2025