Skip to main content
NiCE CXone Mpower Expert
Expert Success Center

Apply a rate limit to GenSearch by user type

Rate limit Expert GenSearch based on user type to prevent abuse of the feature by Anonymous (unauthenticated) users, while allowing flexibility for site-level and user-type-level limits.
Rate limit unauthenticated users

For a rate limit that applies to all unauthenticated users, use the site property <mindtouch.llm.anonymous-user-rate-limit>VALUE</mindtouch.llm.anonymous-user-rate-limit>

This property can accept a value between 5 and 20 requests per minute. The default value is 20.

The Anonymous rate limit is unique to each anonymous user session. For example, User A (anonymous) and User B (anonymous) can both hit 20 GenSearches per minute simultaneously.

Rate limit authenticated users

For a rate limit that applies to all authenticated user types (Authenticated Viewer and Seated users), use the site property <mindtouch.llm.authenticated-user-rate-limit>VALUE</mindtouch.llm.authenticated-user-rate-limit>

This property can accept a value between 5 and 20 requests per minute. The default value is 20.

 

  • Was this article helpful?