Skip to main content

Introduction

The aggregate provider configuration is key to accelerate the users queries. It is a compromise between memory usage and speed. The AI Optimizer can recommend a provider configuration tailored to your query history. It is now possible to use this recommendation (or any provider description) to change the provider configuration dynamically without restarting the application.

Adding a partial provider

First, define the partial provider:
Then call the API to add the partial provider to the aggregate provider configuration:

Removing a partial provider

To delete an existing provider, we simply use its name:

Batching operations

It is possible to add and remove several partial providers at once.

Querying during updates

When the aggregate provider configuration is updated, ongoing queries are not impacted: the previous version is still queryable.