Do you have questions?
We can answer them or organize a demonstration.
Drupal integration of RAGify agents
+
Drupal modules
We provide several modules to ease the integration of agents in your Drupal website.
- RAG Connector: This module provides the RESTful Web Services endpoint to search the agents.
- RAG Connector UI: This module provides a chat block that you can add to your layout.
- RAG Connector Admin: This module provides a set of pages for basic observability of the chats initiated on your website. For a more conprehensive and advanced control, we do provide a separate application (cloud or self hosted).
Integration
They are 2 main ways to integrate our agents in your website.
RESTful Web Services and views
This solution is fast and straight-forward and already delivers great results.
- Install the RAG connector and RAG connector UI modules.
- Install the Drupal core RESTful Web Services module.
- Setup a view display with a RESTful Web Services page display.
- Create an agent.
- Setup the agent search tool to the RESTful Web Services page display URL.
- Add a chat block to your layout.
Using the Search API module
This solution is more complex but also more powerful. It allows you to use the Search API module to index the documents and use the Search API to search the documents.
- Add the Search API module.
- Setup the indexes in Drupal.
- Setup the indexes in documents ingestion.
- Create an agent with the document search tool.
- Add a chat block to your layout.
Do you have questions?
We can answer them or organize a demonstration.