Skip to main content
Version: 1.2.0

H2O GPTE Integration

Configuration possibility

The Feature Store can be integrated with H2O GPTe using presented configuration:

  • global.cloud.h2oGPTe.enabled
  • global.cloud.h2oGPTe.url
  • global.cloud.h2oGPTe.apiKey
  • global.cloud.h2oGpteServiceName

If the global.cloud.h2oGPTe.url is not provided, the Feature Store will attempt to retrieve the service address from service discovery by checking if service exists. In this case global.cloud.h2oGpteServiceName is used.

Regarding authentication, the Feature Store can use an API Key (global.cloud.h2oGPTe.apiKey) for the system account. In this case, this key will also be shared with the UI to facilitate chat service access. If the API key is not provided, both the Feature Store and H2O GPTe must use the same Identy Provider for the usage of Access Tokens.


Feedback