Welcome to the Generative AI Client workflow application

Generative AI client has been designed to allow running custom Groovy scripts. The scripts can do many different tasks but they are most useful when Generative AI services are needed to be called for crawled documents and the results from those calls are to be put in the document for later indexing. When writing Groovy scripts we can use so called binding variables to simplify AI related tasks:

  • Powerful REST client comes configured with any parameters needed to make AI related REST calls
  • Support for general template scripts is here to allow selection of already prepared scripts with the support of template script properties
  • If secret information must be used in Groovy script they can be defined in UI, stored as encrypted and use as automatically decrypted in the scripts
  • Typical scenarios for running embeddings and prompts related tasks are built in and can be used with just several lines of Groovy script
  • Support for different AI services providers is supported - we support Azure and Google Palm in the present version

Prerequisites

Requirements to use the Generative AI Client workflow application.

How to Configure 

Step-by-step tutorial on how to configure the Generative AI Client  workflow application.

Groovy scripts support

How to write AI related Groovy scripts

  • No labels